penumbra-sdk-txhash 0.82.0-alpha.11

Produce Penumbra tx effecting data and authorization hashes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "penumbra-sdk-txhash"
authors = {workspace = true}
repository = {workspace = true}
description = "Produce Penumbra tx effecting data and authorization hashes"
version = {workspace = true}
license = {workspace = true}
edition = {workspace = true}

[dependencies]
anyhow = {workspace = true}
blake2b_simd = {workspace = true}
hex = {workspace = true}
penumbra-sdk-proto = {workspace = true, default-features = false}
penumbra-sdk-tct = {workspace = true, default-features = true}
serde = {workspace = true}
getrandom = {workspace = true}