• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
          • R1cs
          • Interfaces
            • Definterface-hmac
            • Definterface-encrypt-block
            • Definterface-hash
              • Definterface-hash-implementation
                • Definterface-hash-fn
                • Definterface-hash-infop
                  • Make-definterface-hash-info
                  • Definterface-hash-info
                  • Change-definterface-hash-info
                  • Make-honsed-definterface-hash-info
                  • Honsed-definterface-hash-info
                  • Definterface-hash-info->output-size
                  • Definterface-hash-info->input-size-limit
                • Definterface-hash-table
                • Definterface-hash-macro-definition
                • *definterface-hash-table-name*
            • Definterface-encrypt-init
            • Definterface-pbkdf2
            • Aes-256-cbc-pkcs7-interface
            • Aes-192-cbc-pkcs7-interface
            • Aes-128-cbc-pkcs7-interface
            • Aes-256-interface
            • Aes-192-interface
            • Aes-128-interface
            • Pbkdf2-hmac-sha-512-interface
            • Keccak-256-interface
            • Sha-256-interface
            • Keccak-512-interface
            • Ripemd-160-interface
            • Sha-512-interface
            • Pbkdf2-hmac-sha-256-interface
            • Hmac-sha-512-interface
            • Hmac-sha-256-interface
            • Secp256k1-interface
            • Secp256k1-ecdsa-interface
          • Sha-2
          • Keccak
          • Kdf
          • Mimc
          • Padding
          • Hmac
          • Elliptic-curves
          • Attachments
          • Elliptic-curve-digital-signature-algorithm
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Definterface-hash-implementation

Definterface-hash-infop

Information about a definterface-hash interface, recorded as a pair's value in the definterface-hash table.

(definterface-hash-infop x) is a std::defaggregate of the following fields.

  • input-size-limit — The :input-size-limit input.
        Invariant (maybe-posp input-size-limit).
  • output-size — The :output-size input.
        Invariant (posp output-size).

Source link: definterface-hash-infop

The name of the interface is the key of the pair in the table.

Subtopics

Make-definterface-hash-info
Constructor macro for definterface-hash-infop structures.
Definterface-hash-info
Raw constructor for definterface-hash-infop structures.
Change-definterface-hash-info
A copying macro that lets you create new definterface-hash-infop structures, based on existing structures.
Make-honsed-definterface-hash-info
Constructor macro for honsed definterface-hash-infop structures.
Honsed-definterface-hash-info
Raw constructor for honsed definterface-hash-infop structures.
Definterface-hash-info->output-size
Access the output-size field of a definterface-hash-infop structure.
Definterface-hash-info->input-size-limit
Access the input-size-limit field of a definterface-hash-infop structure.