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