• 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-hmac-implementation
                • Definterface-hmac-infop
                  • Definterface-hmac-info
                  • Make-definterface-hmac-info
                  • Change-definterface-hmac-info
                  • Make-honsed-definterface-hmac-info
                  • Honsed-definterface-hmac-info
                  • Definterface-hmac-info->output-size
                  • Definterface-hmac-info->key-size-limit
                  • Definterface-hmac-info->block-size
                • Definterface-hmac-fn
                • Definterface-hmac-table
                • Definterface-hmac-macro-definition
                • *definterface-hmac-table-name*
            • Definterface-encrypt-block
            • Definterface-hash
            • 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-hmac-implementation

Definterface-hmac-infop

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

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

  • key-size-limit — The limit on the key size in bytes, equal to the :input-size-limit input, divided by 8, of the definterface-hash referenced by the definterface-hmac.
        Invariant (maybe-posp key-size-limit).
  • block-size — The :block-size input.
        Invariant (maybe-posp block-size).
  • output-size — The size of the output in bytes, equal to the :output-size input, divided by 8, of the definterface-hash referenced by the definterface-hmac.
        Invariant (posp output-size).

Source link: definterface-hmac-infop

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

Subtopics

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