mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
4 lines
54 B
Rust
4 lines
54 B
Rust
pub(crate) struct Commitment {
|
|
value: [u8; 32],
|
|
}
|