mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
fmt
This commit is contained in:
parent
9ebbc033bc
commit
0afb9b0cf4
@ -32,11 +32,14 @@ fn make_random_input() -> (u32, Vec<u8>) {
|
||||
|
||||
fn make_custom_input() -> (u32, Vec<u8>) {
|
||||
// Hardcode a custom message
|
||||
(48, vec![
|
||||
86, 124, 206, 245, 74, 57, 250, 43, 60, 30, 254, 43, 143, 144, 242, 215, 13, 103, 237, 61,
|
||||
90, 105, 123, 250, 189, 181, 110, 192, 227, 57, 145, 46, 221, 238, 7, 181, 146, 111, 209,
|
||||
150, 31, 157, 229, 126, 206, 105, 37, 17,
|
||||
])
|
||||
(
|
||||
48,
|
||||
vec![
|
||||
86, 124, 206, 245, 74, 57, 250, 43, 60, 30, 254, 43, 143, 144, 242, 215, 13, 103, 237,
|
||||
61, 90, 105, 123, 250, 189, 181, 110, 192, 227, 57, 145, 46, 221, 238, 7, 181, 146,
|
||||
111, 209, 150, 31, 157, 229, 126, 206, 105, 37, 17,
|
||||
],
|
||||
)
|
||||
}
|
||||
|
||||
fn make_input_stack(length: u32, message: Vec<u8>) -> Vec<U256> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user