This commit is contained in:
Deirdre Connolly 2020-08-05 02:50:45 -04:00 committed by Deirdre Connolly
parent 0c299972ec
commit b2584c4a8f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ fn prf_addr(x: [u8; 32], t: u8) -> [u8; 32] {
block[0..32].copy_from_slice(&x[..]);
// The first four bits i.e. the most signicant four bits of the
// first byte are used to separate distinct uses
// ofSHA256Compress, ensuring that the functions are independent.
// of SHA256Compress, ensuring that the functions are independent.
block[0] |= 0b1100_0000;
block[32] = t;