ZeroTierOne/core-crypto
2022-08-19 11:31:09 -04:00
..
src Prep for new controller, also reorg header fields in Noise session and move some functions around. 2022-08-19 11:31:09 -04:00
Cargo.toml Reorganize a bit by shortening some directory names. 2022-08-18 16:38:32 -04:00
README.md Reorganize a bit by shortening some directory names. 2022-08-18 16:38:32 -04:00
rustfmt.toml Reorganize a bit by shortening some directory names. 2022-08-18 16:38:32 -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.