Awesome
Python2 implementation of NORX.
NORX is a new authenticated encryption scheme with support for associated data (AEAD) and a candidate in CAESAR. The specification of NORX can be found here.
####License
The NORX source code is released under the CC0 license, see LICENSE
for more details.
####Usage & Examples See main.py.
####Warning