Skip to content

sopmacF/Haraka1024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 18, 2019
2d3d885 · Nov 18, 2019

History

59 Commits
Nov 18, 2019
Oct 4, 2019
Nov 18, 2019
Oct 4, 2019
Nov 18, 2019
Nov 18, 2019
Nov 18, 2019
Dec 17, 2018
Nov 13, 2019

Repository files navigation

Haraka1024

Expand Haraka https://github.com/kste/haraka by adding a Haraka-1024 function, which maps 1024 to 256 bits. The sponge version of Haraka (Haraka_S) is based on the implementation from SPHINCS+ (available here https://sphincs.org/software.html). Our construction match the security level of SHAKE256 (https://keccak.team/specifications.html#FIPS_202).

Results

version input -> output (bytes) type clock cycles@x86
Haraka-512/NI 64 -> 32 simple         59.349000 cycles
Haraka-768/NI 96 -> 32 simple       116.693000 cycles (our implementation)
Haraka-1024/NI 128 -> 32 simple       142.860000 cycles (our implementation)
haraka512_perm_NI 64 -> 64 permutation         56.052000 cycles
haraka1024_perm_NI 128 -> 128 permutation       132.604000 cycles (our implementation)
Haraka-512_S/NI 128 -> 32 sponge       372.369000 cycles
Haraka-1024_S/NI 128 -> 32 sponge       399.046000 cycles (our implementation)
Haraka-512_S/NI 96 -> 32 sponge       302.432000 cycles
Haraka-1024_S/NI 96 -> 32 sponge       397.781000 cycles (our implementation)

About

PoC implemenation of Haraka1024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published