Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 757 Bytes

File metadata and controls

15 lines (12 loc) · 757 Bytes

GUARDIAN Shared Crate

This crate contains shared types and utilities for the GUARDIAN project.

Features

  • auth: Authentication utilities for Miden Falcon RPO-512
  • hex: Hex utilities for converting between types and hex strings
  • auth_request_eip712: EIP-712 digests for Guardian request and account lookup authentication
  • retry: Transient-failure classification, jittered backoff, and the retry policy types shared by the Guardian server and the Miden SDK clients
  • account_delta: Applying a Miden AccountDelta to an account, with or without an additional storage patch, and reconstructing an account from a full-state delta. Shared so the server and the multisig client agree byte-for-byte on the resulting state commitment