Package: haskell-cryptonite / 0.20-5

Metadata

Package Version Patches format
haskell-cryptonite 0.20-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
crypto buffer alignment.patch | (download)

cbits/cryptonite_bitfn.h | 80 80 + 0 - 0 !
cbits/cryptonite_chacha.c | 39 17 + 22 - 0 !
cbits/cryptonite_md5.c | 25 12 + 13 - 0 !
cbits/cryptonite_poly1305.c | 33 14 + 19 - 0 !
cbits/cryptonite_salsa.c | 39 17 + 22 - 0 !
cbits/cryptonite_scrypt.c | 14 2 + 12 - 0 !
cbits/cryptonite_sha1.c | 19 9 + 10 - 0 !
cbits/cryptonite_sha256.c | 14 8 + 6 - 0 !
cbits/cryptonite_sha3.c | 16 8 + 8 - 0 !
cbits/cryptonite_sha512.c | 17 10 + 7 - 0 !
10 files changed, 177 insertions(+), 119 deletions(-)

 [patch] fix unaligned memory accesses; fixes #108