index
:
zears
master
AEZ v5 implementation in Rust
Daniel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-04-22
push version to 0.2.0
HEAD
v0.2.0
master
Daniel Schadt
2025-04-22
add notes about fuzzing to readme
Daniel Schadt
2025-04-17
add keywords/categories/badges
Daniel Schadt
2025-04-17
fuzz against slow aez-ref, not fast aez-ni
Daniel Schadt
2025-04-16
fuzz against aez crate
Daniel Schadt
2025-04-15
slightly speed up aez_prf
Daniel Schadt
2025-04-15
add documentation about feature flags
Daniel Schadt
2025-04-15
make portable_simd optional
Daniel Schadt
2025-04-11
merge {de,en}cipher_aez_{tiny,core}
Daniel Schadt
2025-04-11
add decryption benchmark
Daniel Schadt
2025-04-11
optimize e(-1) call
Daniel Schadt
2025-04-11
add comment about AES NI instructions
Daniel Schadt
2025-04-11
don't always allocate a vec for tweaks
Daniel Schadt
2025-04-11
use simd instructions
Daniel Schadt
2025-04-11
roll Block::mul back up
Daniel Schadt
2025-04-11
manually compute Block ^ Block
Daniel Schadt
2025-04-11
move hot comparison out of E::eval
Daniel Schadt
2025-04-10
only have a single AesImpl instance
Daniel Schadt
2025-04-10
pre-multiply keys
Daniel Schadt
2025-04-10
implement aes4 and aes10 with native instructions
Daniel Schadt
2025-04-10
unroll Block::mul
Daniel Schadt
2025-04-10
don't pass arrays of keys to aes4 and aes10
Daniel Schadt
2025-04-10
precompute e(0, 0, key)
Daniel Schadt
2025-04-10
rewrite Block::clip
Daniel Schadt
2025-04-10
add first benchmark
Daniel Schadt
2025-04-10
rewrite aesenc to work in-place
Daniel Schadt
2025-04-09
add repository link
v0.1.0
Daniel Schadt
2025-04-09
change aez_prf to write into a buffer
Daniel Schadt
2025-04-09
add first fuzz binary
Daniel Schadt
2025-04-09
expose non-vec API
Daniel Schadt
2025-04-09
rewrite algorithm to work in-place
Daniel Schadt
2025-04-09
speed up computation of successive e values
Daniel Schadt
2025-04-09
speed up multiplication
Daniel Schadt
2025-04-09
speed up zero appendage
Daniel Schadt
2025-04-09
fix overflow for long messages
Daniel Schadt
2025-04-08
add test case for empty message
Daniel Schadt
2025-04-08
use constant_time_eq in decryption function
Daniel Schadt
2025-04-08
revert test case reporting
Daniel Schadt
2025-04-08
add documentation
Daniel Schadt
2025-04-05
use proper Block struct and operator overloading
Daniel Schadt
2025-04-04
first working version!
Daniel Schadt