Skip to content

jedisct1/charm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charm

A tiny, self-contained cryptography library, implementing authenticated encryption and keyed hashing.

Charm uses the Xoodoo[12] (paper, presentation) permutation, which can be replaced by AES-based simpira384, Areion, or Gimli, in a duplex mode.

The Xoodoo implementations in Charm are formally verified against a Cryptol specification.

Users:

  • dsvpn: a Dead Simple VPN, designed to address the most common use case for using a VPN.

Other implementations:

  • zig-charm: an implementation of Charm in the Zig language.
  • charm.js: a JavaScript (TypeScript) implementation.
  • go-charm: a Go implementation.

About

A really tiny crypto library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published