Skip to content

Commit e4f8b07

Browse files
committed
CRC: fix typo
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent be1e4ac commit e4f8b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-common/src/util/vrf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ impl VRF {
429429
/// * its public key (an ed25519 curve point)
430430
/// * a new private key derived from the hash of the private key
431431
/// * a truncated hash of the private key
432-
/// Idea borroed from Algorand (https://github.com/algorand/libsodium/blob/draft-irtf-cfrg-vrf-03/src/libsodium/crypto_vrf/ietfdraft03/prove.c)
432+
/// Idea borrowed from Algorand (https://github.com/algorand/libsodium/blob/draft-irtf-cfrg-vrf-03/src/libsodium/crypto_vrf/ietfdraft03/prove.c)
433433
fn expand_privkey(secret: &VRFPrivateKey) -> (VRFPublicKey, ed25519_Scalar, [u8; 32]) {
434434
let mut hasher = Sha512::new();
435435
let mut h = [0u8; 64];

0 commit comments

Comments
 (0)