Skip to content

Commit

Permalink
minor update to the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Apr 29, 2024
1 parent 6338c4f commit dec8702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zk-sdk/src/range_proof/util.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// Utility functions for Bulletproofs.
///
/// The code is copied from https://github.com/dalek-cryptography/bulletproofs for now...
/// The code is adapted from the `utility` module in the dalek bulletproof implementation
/// https://github.com/dalek-cryptography/bulletproofs.
use curve25519_dalek::scalar::Scalar;

/// Represents a degree-1 vector polynomial \\(\mathbf{a} + \mathbf{b} \cdot x\\).
Expand Down

0 comments on commit dec8702

Please sign in to comment.