Off-Chain Data Storage
  • Client Application (host)
  • Trusted Application (TA)
    • API Documentation
    • Hash Implementation
    • RSA Implementation
    • AES Implementation
    • Monotonic Counter
    • Attestation Implementation
Off-Chain Data Storage
  • Trusted Application (TA)
  • View page source

Trusted Application (TA)

  • API Documentation
    • Store JSON Data
    • Retrieve JSON Data
    • Hash JSON Data
    • Get Attestation
    • Get Public Key
  • Hash Implementation
    • Overview
    • Constant Definition
    • Implementation
    • Implementation Breakdown
  • RSA Implementation
    • Key Pair Generation
    • Retrieve Public Key
  • AES Implementation
    • Key Generation
    • Encryption using CTR Mode
    • Decryption using CTR Mode
  • Monotonic Counter
    • Overview
    • Data Structures
    • Loading the Counter State
    • Saving the Counter State
    • Updating the Counter
    • Retrieving the Counter Value
    • Retrieving the Last Update Timestamp
    • Security Considerations
  • Attestation Implementation
    • Overview
    • Implementation
    • Step-by-step Implementation Details
    • Security Considerations
Previous Next

© Copyright 2025, Hugo Silva, Rúben Lopes, Joel Vaz.

Built with Sphinx using a theme provided by Read the Docs.