diff --git a/tvm_vm/src/executor/zk_stuff/bn254/poseidon/mod.rs b/tvm_vm/src/executor/zk_stuff/bn254/poseidon/mod.rs index b2c517a7..4e1f2d81 100644 --- a/tvm_vm/src/executor/zk_stuff/bn254/poseidon/mod.rs +++ b/tvm_vm/src/executor/zk_stuff/bn254/poseidon/mod.rs @@ -118,8 +118,6 @@ pub fn poseidon_merkle_tree(inputs: Vec) -> Result { /// 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>, ) -> Result<[u8; FIELD_ELEMENT_SIZE_IN_BYTES], ZkCryptoError> {