1
1
mirror of https://github.com/BLAKE2/BLAKE2 synced 2024-09-07 07:10:35 +02:00
BLAKE2/.gitignore
Leigh Brown 7965d3e6e1 Add ARM NEON versions of blake2s and blake2b
NOTE! The NEON version of blake2s is currently NO FASTER than the
reference implementations.  However, it is retained for reference
and in case it can be further improved.

The NEON version of blake2b is more than twice as fast as the
reference implementation on the Raspberry PI 2 Model B.
2018-04-02 20:07:05 +01:00

28 lines
365 B
Plaintext

b2sum/b2sum
bench/blake2b
bench/blake2b.data
bench/blake2s
bench/blake2s.data
bench/md5
bench/md5.data
bench/plotcycles.pdf
ref/blake2b
ref/blake2bp
ref/blake2s
ref/blake2sp
sse/blake2b
sse/blake2bp
sse/blake2s
sse/blake2sp
ref/blake2xs
ref/blake2xb
sse/blake2xs
sse/blake2xb
neon/blake2s
neon/blake2b
neon/blake2sp
neon/blake2bp
neon/blake2xs
neon/blake2xb
**tags