Skip to content

Latest commit

 

History

History

crypto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.