Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 685 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 685 Bytes

MobileCoin Crypto

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

Name Description
ake/enclave Authenticated key exchange enclave.
ake/mcnoise Noise protocol for authenticated key exchange.
digestible Cryptographic hashing.
ecies Asymmetric key cryptography.
keys Public key cryptography.
mcrand no_std random number generator.
message-cipher Encryption cipher.