ZeroTierOne/core-crypto
2022-08-28 13:32:29 -07:00
..
benches Benchmarks, internal P-384, some other stuff. 2022-08-22 16:42:43 -04:00
src Rename session protocol to ZSSP, merge p384 builtin code into p384.rs 2022-08-28 13:32:29 -07:00
Cargo.toml Rename session protocol to ZSSP, merge p384 builtin code into p384.rs 2022-08-28 13:32:29 -07: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.