| Crates.io | mavryk_crypto_rs |
| lib.rs | mavryk_crypto_rs |
| version | 0.5.2 |
| created_at | 2024-07-02 09:30:00.533147+00 |
| updated_at | 2024-07-02 11:59:09.54017+00 |
| description | Utilities for mavryk-related cryptographic operations. |
| homepage | |
| repository | https://github.com/mavryk-network/mavryk-rust.git |
| max_upload_size | |
| id | 1289403 |
| size | 81,576 |
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.
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.