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