mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-12 00:51:28 +01:00
fix typo (#189)
This commit is contained in:
@@ -57,7 +57,7 @@ where
|
||||
let mut t = [0u8; 80];
|
||||
rng.fill_bytes(&mut t[..]);
|
||||
|
||||
// h = H*(T || M)
|
||||
// h = H(T || M)
|
||||
let h = Self::hash_to_scalar(b"Nova_Ecdsa_Hash", &t[..], c.to_repr().as_mut());
|
||||
|
||||
// R = [h]G
|
||||
|
||||
Reference in New Issue
Block a user