Adding tilde to zeroize dep and minor doc adjustments

This commit is contained in:
Kevin Lewi
2021-07-23 15:23:10 -07:00
committed by Kevin Lewi
parent 1ec96e942b
commit 35886152ca
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ fn xor(x: &[u8], y: &[u8]) -> Result<Vec<u8>, InternalPakeError> {
}
/// Corresponds to the expand_message_xmd() function defined in
/// https://www.ietf.org/archive/id/draft-irtf-cfrg-hash-to-curve-10.txt
/// <https://www.ietf.org/archive/id/draft-irtf-cfrg-hash-to-curve-10.txt>
pub fn expand_message_xmd<H: Hash>(
msg: &[u8],
dst: &[u8],