Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ dev_identity
Function
dev_identity
atomic-canonical/src/proof.rs:217–221 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
use serde_json::json;
216
217
fn dev_identity() -> (Identity, KeyPair) {
218
let kp = KeyPair::generate();
219
let id = Identity::new(
"lee"
, &kp);
220
(id, kp)
221
}
222
223
fn minimal_value() -> Value {
224
json!({
Callers
4
attest_value_then_verify_value_roundtrips
Function · 0.70
typed_wrapper_matches_value_core
Function · 0.70
legacy_scalar_satisfies_deserializes_and_still_verifies
Function · 0.70
normalizing_a_legacy_scalar_would_break_verification
Function · 0.70
Calls
no outgoing calls
Tested by
4
attest_value_then_verify_value_roundtrips
Function · 0.56
typed_wrapper_matches_value_core
Function · 0.56
legacy_scalar_satisfies_deserializes_and_still_verifies
Function · 0.56
normalizing_a_legacy_scalar_would_break_verification
Function · 0.56