mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 09:02:58 +03:00
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
circuit Blake2s {
|
|
function hash(seed: [u8; 32], message: [u8; 32]) -> [u8; 32] {
|
|
return [0; 32];
|
|
}
|
|
} |