ZeroTierOne/zerotier-core-crypto
Adam Ierymenko 59ebba8003
Docs.
2022-08-14 14:00:43 -06:00
..
src Reorg, update README, a ton of work on session, and move aes-gmac-siv into zerotier-core-crypto. 2022-08-11 15:18:28 -07:00
Cargo.toml Reorg, update README, a ton of work on session, and move aes-gmac-siv into zerotier-core-crypto. 2022-08-11 15:18:28 -07:00
README.md Docs. 2022-08-14 14:00:43 -06:00
rustfmt.toml Cleanup. 2022-04-08 09:23:54 -04:00

ZeroTier Core Cryptography Library


This is mostly just glue to provide a simple consistent API in front of OpenSSL and some platform-specific crypto APIs.

It's thin and simple enough that we can easily create variants of it in the future for e.g. if we need to support some proprietary FIPS module or something.

It also contains a few utilities and helper functions.