Age | Commit message (Expand) | Author |
---|---|---|
2025-04-10 | precompute e(0, 0, key) | Daniel Schadt |
2025-04-10 | rewrite aesenc to work in-place | Daniel Schadt |
2025-04-09 | change aez_prf to write into a buffer | 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 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 |