mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-02 23:04:12 +03:00
follow up, fixed wrong test
This commit is contained in:
parent
ca6b8695b5
commit
c4616254d4
@ -1,14 +1,12 @@
|
||||
/*
|
||||
namespace: Compile
|
||||
expectation: Pass
|
||||
inputs:
|
||||
- blake.in: |
|
||||
[main]
|
||||
message: [u8; 32] = [0; 32];
|
||||
// namespace: Compile
|
||||
// expectation: Pass
|
||||
// inputs:
|
||||
// - blake.in: |
|
||||
// [main]
|
||||
// message: [u8; 32] = [0; 32];
|
||||
|
||||
[registers]
|
||||
r0: [u8; 32] = [0; 32];
|
||||
*/
|
||||
// [registers]
|
||||
// r0: [u8; 32] = [0; 32];
|
||||
|
||||
import core.unstable.blake2s.Blake2s;
|
||||
|
||||
|
@ -1,18 +0,0 @@
|
||||
---
|
||||
namespace: Compile
|
||||
expectation: Pass
|
||||
outputs:
|
||||
- circuit:
|
||||
num_public_variables: 0
|
||||
num_private_variables: 20168
|
||||
num_constraints: 20472
|
||||
at: 43b5f7bd5efbf13ae0684e3c506e5e28866ce7a29f5d6b1442925913bb07a73b
|
||||
bt: 4d435c1eac471fb7b40b0d83503e2aa13f49db68fc71d64be84ddc9cb053a15d
|
||||
ct: 33c36c0f947a6a63e03a8c09ebd13a98bcfb1af4a47982f5a765d1490b99f374
|
||||
output:
|
||||
- input_file: blake.in
|
||||
output:
|
||||
registers:
|
||||
r0:
|
||||
type: "[u8; 32]"
|
||||
value: "[213, 24, 235, 180, 216, 116, 28, 65, 88, 162, 204, 6, 23, 8, 66, 112, 214, 239, 242, 134, 165, 39, 172, 247, 65, 130, 155, 2, 97, 147, 14, 57]"
|
Loading…
Reference in New Issue
Block a user