Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProvableHQ/sdk
/ Ciphertext
Class
Ciphertext
wasm/src/programs/data/ciphertext.rs:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
#[wasm_bindgen]
43
#[derive(Clone, Debug, Eq, PartialEq)]
44
pub struct Ciphertext(CiphertextNative);
45
46
#[wasm_bindgen]
47
impl Ciphertext {
Callers
2
from_bytes_le
Method · 0.85
from_bits_le
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected