ZeroTierOne/zerotier-core-crypto
2022-08-17 08:51:06 -04:00
..
src Move Noise to the crypto package, and tests. 2022-08-17 08:51:06 -04:00
Cargo.toml Move Noise to the crypto package, and tests. 2022-08-17 08:51:06 -04: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.