Skip to content

Latest commit

 

History

History
 
 

core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

MobileCoin Core Library (mc-core)

This crate provides (no_std and alloc free) core functionality required to support MobileCoin wallets, including keys, addresses, and derivations (and in the future, ring signatures and transactions).

Types are defined in mc-core-types for dependency loop avoidance. Internal packages should depend on mc-core-types unless functionality from mc-core is required, external packages should depend on mc-core using re-exported types as internal arrangements may change.