Skip to content

An implementation of the ROCCA-S encryption scheme.

License

Notifications You must be signed in to change notification settings

jedisct1/zig-rocca-s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROCCA-S: an efficient AES-based encryption scheme

This is an implementation of ROCCA-S: an efficient AES-based encryption scheme for beyond 5G, 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.

About

An implementation of the ROCCA-S encryption scheme.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages