1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00

Merge pull request #1194 from Yhtiyar/develop

Fixed  the typo in description
This commit is contained in:
Thibaut Schaeffer 2022-08-09 10:58:32 +02:00 committed by GitHub
commit 2a9e619250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ const u32[8] IV = [
0x510e527f, 0x9b05688c, 0x1f83d9ab, 0x5be0cd19
];
// A function that takes N u32[8] arrays as inputs, concatenates them,
// A function that takes N u32[16] arrays as inputs, concatenates them,
// and returns their sha256 compression as a u32[8].
// Note: no padding is applied
def main<N>(u32[N][16] a) -> u32[8] {