diff options
Diffstat (limited to 'bootstrap')
| -rw-r--r-- | bootstrap/blake2s-ref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/blake2s-ref.c b/bootstrap/blake2s-ref.c index d813b46..84fa95b 100644 --- a/bootstrap/blake2s-ref.c +++ b/bootstrap/blake2s-ref.c @@ -44,7 +44,7 @@ static const unsigned char blake2s_sigma[10][16] = { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 } , { 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 } , { 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 } , - { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } , + { 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13 , 0 } }; static void blake2s_set_lastnode( blake2s_state *S ) |
