Skip to content

samuel-lucas6/ChaCha20-Poly1305-SIV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ChaCha20-Poly1305-SIV

ChaCha20-Poly1305-SIV (CCP-SIV) is a misuse-resistant, key-committing AEAD scheme. It is built from ChaCha20 and Poly1305 without modifying their designs, making it compatible with existing APIs from cryptographic libraries. Furthermore, the overhead is just two ChaCha20 blocks over ChaCha20-Poly1305 whilst supporting a larger nonce.

More information can be found in the C2SP specification.

Caution

This design has not received any peer review or proper analysis yet. Therefore, it MUST NOT be used in production until this situation has been rectified and there is confidence in the design.

About

A misuse-resistant, key-committing AEAD scheme based on ChaCha20 and Poly1305.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages