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

Latest commit

 

History

History
13 lines (10 loc) · 647 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 647 Bytes

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.