/norx-py

Python2 implementation of NORX (https://norx.io)

Primary LanguagePythonOtherNOASSERTION

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

The authors are confident that NORX is secure, but nevertheless the cipher still lacks extensive analysis. So don't use it in your applications, yet.