all repos — TinyCrypT @ 15791d38c8f011a16648742e77b25435ee93ab76

Short and sweet classical cryptographic primitives

And another!
Juniper Beatitudes [email protected]
Tue, 14 Jul 2026 18:53:44 -0500
commit

15791d38c8f011a16648742e77b25435ee93ab76

parent

4d2e4a5dc76453fad883fc0921efa4acf8599182

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tinycrypt/portable/kangarootwelve128.ctinycrypt/portable/kangarootwelve128.c

@@ -300,7 +300,7 @@ buf_len %= 168;

num_block++; offset += block_size; } - uint8_t nb_encoded[8]; + uint8_t nb_encoded[16]; uint64_t nb_encoded_size; length_encode (num_block, nb_encoded, &nb_encoded_size); if (buf_len + nb_encoded_size + 2 >= 168)