Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 531 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 531 Bytes

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.