Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Chacha20Poly130 Authenticated Encryption with Additional Data (AEAD) module for V Language

License

Notifications You must be signed in to change notification settings

blackshirt/chacha20poly1305

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chacha20poly1305


Chacha20Poly1305 Authenticated Encryption with Additional Data (AEAD) module for V Language

This module provides authenticated encryption with additional data (AEAD) algorithm in V Language. Its backed by chacha20 (and xchacha20) symetric key stream cipher encryption and poly1305 message authentication code (MAC) included in submodules in the same repository.

Note

This module was made as an public archive. This module was upstreamed and merged to experimental x.crypto.chacha20poly1305 module of the v standard vlib recently, so just use it instead. Improvement would be done on there.

About

Chacha20Poly130 Authenticated Encryption with Additional Data (AEAD) module for V Language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages