mavryk_crypto_rs

Crates.iomavryk_crypto_rs
lib.rsmavryk_crypto_rs
version0.5.2
sourcesrc
created_at2024-07-02 09:30:00.533147
updated_at2024-07-02 11:59:09.54017
descriptionUtilities for mavryk-related cryptographic operations.
homepage
repositoryhttps://github.com/mavryk-network/mavryk-rust.git
max_upload_size
id1289403
size81,576
(TristanAllaire)

documentation

README

Mavryk crypto

Component contains cryptographic algorithms for hashing, signing & signature verification, with a slant towards those used by tezos - and in particular the Kernel SDK for smart rollups.

Hash module

mavryk_crypto::hash contains definitions for common hashes in tezos - such as contract & address hashes. These support b58check encoding/decoding with the same prefixes used in the rest of tezos - such as mv1 for ed25519 addresses.

These support encoding/decoding to binary with the mavryk_encoding crate.

Commit count: 3379

cargo fmt