ZeroTierOne/core-crypto
Adam Ierymenko 2bf9521a09
.
2022-08-22 17:28:33 -04:00
..
benches Benchmarks, internal P-384, some other stuff. 2022-08-22 16:42:43 -04:00
src . 2022-08-22 17:28:33 -04:00
Cargo.toml Benchmarks, internal P-384, some other stuff. 2022-08-22 16:42:43 -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.