MCPcopy Create free account
hub / github.com/encrypted-spaces/prototype / poseidon2.rs

File poseidon2.rs

zkp/src/mve/poseidon2.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use alloc::{vec, vec::Vec};
2use core::{borrow::Borrow, marker::PhantomData, ptr};
3use rand::{Rng, SeedableRng};
4use serde::{Deserialize, Serialize};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected