Skip to content

Commit

Permalink
Update src/ristretto/constants.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Stan Bondi <[email protected]>
  • Loading branch information
stringhandler and sdbondi authored Apr 8, 2022
1 parent f9bf76d commit 320fffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ristretto/constants.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2019. The Tari Project
// SPDX-License-Identifier: BSD-3-Clause

//! Constant points for the Ristretto curve. There are 10 provided, but this library currently only
//! Constant [NUMS](https://tools.ietf.org/id/draft-black-numscurves-02.html) points for the Ristretto curve. There are 10 provided, but this library currently only
//! uses the first
use curve25519_dalek::ristretto::{CompressedRistretto, RistrettoPoint};
Expand Down

0 comments on commit 320fffa

Please sign in to comment.