Skip to content

Files

Latest commit

406e665 · Feb 13, 2025

History

History

crypto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 13, 2025
Feb 13, 2025
Feb 13, 2025
Jan 31, 2025
Feb 13, 2025
Feb 13, 2025
Jan 31, 2025
Oct 24, 2024
Feb 13, 2025
Feb 13, 2025
Oct 24, 2024
Oct 24, 2024
Jul 13, 2020

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.