Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
alinat committed Dec 13, 2024
1 parent 7931e71 commit cf9df47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tvm_vm/src/executor/zk_stuff/bn254/poseidon/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ pub fn poseidon_merkle_tree(inputs: Vec<Fr>) -> Result<Fr, ZkCryptoError> {
/// greater than the field size or is longer than 32 bytes, an error is
/// returned.
///
/// This function is used as an interface to the poseidon hash function in the
/// sui-framework.
pub fn poseidon_bytes(
inputs: &Vec<Vec<u8>>,
) -> Result<[u8; FIELD_ELEMENT_SIZE_IN_BYTES], ZkCryptoError> {
Expand Down

0 comments on commit cf9df47

Please sign in to comment.