Crate tari_crypto[][src]

Re-exports

pub use hash::blake2 as common;

Modules

General definition of public-private key pairs for use in Tari. The traits and structs defined here are used in the Tari domain logic layer exclusively (as opposed to any specific implementation of ECC curve). The idea being that we can swap out the underlying implementation without worrying too much about the impact on upstream code.

Macros