Fix a small typo

This commit is contained in:
Alfredo Garcia 2021-05-04 12:35:35 -03:00 committed by Deirdre Connolly
parent 4ef6d3306d
commit ace14ebae7
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ impl SigningNonces {
}
}
// The values of 'hiding' and 'biding' must be non-zero so that commitments are not the
// The values of 'hiding' and 'binding' must be non-zero so that commitments are not the
// identity.
let hiding = Scalar::from_bytes_wide(&random_nonzero_bytes(rng));
let binding = Scalar::from_bytes_wide(&random_nonzero_bytes(rng));