INNER CODE UNIT · Rust

to_sponge_bytes

arkworks-rs/crypto-primitives · macros/src/lib.rs:84

            fn to_sponge_bytes(&self, dest: &mut Vec<u8>) {
                #( #to_sponge_bytes )*
            }

            fn to_sponge_field_elements<FieldType: PrimeField>(&self, dest: &mut Vec<FieldType>) {
                #( #to_sponge_field_elements )*
            }
        }
    }
    .into()
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…