Skip to content
/ crypto Public

A cryptographic hash function library for the Odin language

License

Notifications You must be signed in to change notification settings

dotbmp/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto

A crypto library for the Odin language

This repository is only used for dev purposes. Please use it via the Odin core library.

Planned algorithms

Hash algorithms:

Encryption algorithms:

Message authentication codes:

Key derivation functions:

Key exchange algorithms:

Disclaimer

The algorithms were ported out of curiosity and due to interest in the field. We have not had any of the code verified by a third party or tested/fuzzed by any automatic means. Whereever we were able to find official test vectors, those were used to verify the implementation. We do not recommend using them in a production environment, without any additional testing and/or verification

Contributing

We welcome contributions in the form of implementations to not yet added algorithms, improvements to existing ones and of their respective test cases. Please adhere to the provided API design where possible.

About

A cryptographic hash function library for the Odin language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages