ZeroTierOne/core-crypto
2022-09-07 16:08:51 -04:00
..
benches Benchmarks, internal P-384, some other stuff. 2022-08-22 16:42:43 -04:00
src Fix OpenSSL AES, and ZSSP now passes some pretty solid tests. 2022-09-07 16:08:51 -04:00
Cargo.toml A bunch of session reworking 2022-09-02 16:15:45 -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.