https://github.com/yawning/norx
Mirror of my Go NORX implementation.
https://github.com/yawning/norx
Last synced: 3 months ago
JSON representation
Mirror of my Go NORX implementation.
- Host: GitHub
- URL: https://github.com/yawning/norx
- Owner: Yawning
- License: cc0-1.0
- Created: 2018-03-18T04:43:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T22:06:49.000Z (about 7 years ago)
- Last Synced: 2024-06-21T11:12:38.738Z (11 months ago)
- Language: Go
- Size: 155 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### NORX - A Parallel and Scalable Authenticated Encryption Algorithm
#### Yawning Angel (yawning at schwanenlied dot me)## Warning
NORX is a rather new authenticated encryption algorithm. The authors are
confident that it is secure but nevertheless NORX should be considered
**experimental**. Therefore, **do not use** it in your applications!This package implements the NORX Authenticated Encryption Algorithm,
specifically the NORX64-4-1 and NORX64-6-1 variants, as recommended by the
designers for software implementations on modern 64-bit CPUs.This implementation is derived from the Public Domain reference implementation
by Jean-Philippe Aumasson, Philipp Jovanovic, and Samuel Neves.