| Crates.io | tezos_crypto_rs |
| lib.rs | tezos_crypto_rs |
| version | 0.6.0 |
| created_at | 2023-03-13 17:23:01.200055+00 |
| updated_at | 2024-07-02 08:43:48.512276+00 |
| description | Utilities for tezos-related cryptographic operations. |
| homepage | |
| repository | https://github.com/trilitech/tezedge.git |
| max_upload_size | |
| id | 809086 |
| size | 116,847 |
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.
tezos_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 tz1 for ed25519 addresses.
These support encoding/decoding to binary with the tezos_encoding crate.