Skip to content

Latest commit

 

History

History
83 lines (71 loc) · 3.75 KB

File metadata and controls

83 lines (71 loc) · 3.75 KB

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.