Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use alloc::{vec, vec::Vec};
2
use core::{borrow::Borrow, marker::PhantomData, ptr};
3
use rand::{Rng, SeedableRng};
4
use serde::{Deserialize, Serialize};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected