https://github.com/jedisct1/zig-cymric
Zig implementations of the Cymric authenticated encryption modes.
https://github.com/jedisct1/zig-cymric
aead cymric zig zig-package
Last synced: 11 months ago
JSON representation
Zig implementations of the Cymric authenticated encryption modes.
- Host: GitHub
- URL: https://github.com/jedisct1/zig-cymric
- Owner: jedisct1
- Created: 2025-04-04T16:05:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T21:28:24.000Z (about 1 year ago)
- Last Synced: 2025-07-12T08:56:00.664Z (11 months ago)
- Topics: aead, cymric, zig, zig-package
- Language: Zig
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cymric implementations in Zig
Implementations of the Cymric1 and Cymric2 authenticated encryption
modes instantiated with AES.
Cymric [original implementations and overview](https://github.com/aadomn/cymric).