Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 868 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 868 Bytes

crypto

Provides implementations of cryptography primitives and wrappers around primitives needed in MobileCoin components.

Name Description
ake/enclave Authenticated key exchange enclave.
box crypto_box style asymmetric key cryptography.
digestible Cryptographic hashing of structured data.
hashes Wrappers of cryptographic hash functions.
keys Public key cryptography.
message-cipher Encryption cipher.
noise Noise protocol for authenticated key exchange.
rand no_std random number generator.
sig API for schnorrkel digital signatures, using types from keys crate.