An open API service indexing awesome lists of open source software.

https://github.com/jedisct1/zig-rocca-s

An implementation of the ROCCA-S encryption scheme.
https://github.com/jedisct1/zig-rocca-s

aead cipher rocca rocca-s zig zig-package

Last synced: about 1 year ago
JSON representation

An implementation of the ROCCA-S encryption scheme.

Awesome Lists containing this project

README

          

# ROCCA-S: an efficient AES-based encryption scheme

This is an implementation of [ROCCA-S: an efficient AES-based encryption scheme for beyond 5G](https://www.ietf.org/archive/id/draft-nakano-rocca-s-05.html), a very fast authenticated encryption scheme optimized for platforms with AES-NI or ARM crypto extensions.

ROCCA-S has a 256 bit key size, a 128 bit nonce, processes 256 bit message blocks and outputs a 256 bit authentication tag.

**Warning:** this implementation is for benchmarking and testing purposes only.