• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • 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
        • Riscv
        • Bitcoin
        • Ethereum
          • Mmp-trees
            • Mmp-encode-n/c
            • Mmp-encode-c-max
            • Mmp-encode
            • Mmp-write
            • Mmp-decode
            • Mmp-encode-u-map
            • Nibblelist-bytelist-map-sup-len-key
            • Mmp-encode-c-forall
            • Mmp-read
            • Mmp-encoding-p
            • Bytelist-to-nibblelist-keys
            • Mmp-encode-c-exists
            • Bytelist-bytelist-map
            • Nibblelist-bytelist-map
              • Nibblelist-bytelist-mfix
              • Nibblelist-bytelist-mapp
              • Nibblelist-bytelist-mequiv
          • Semaphore
          • Database
          • Cryptography
          • Rlp
          • Transactions
          • Hex-prefix
          • Basics
          • Addresses
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Mmp-trees

Nibblelist-bytelist-map

Finite maps from nibble arrays to byte arrays.

We introduce a fixtype for finite maps from nibble arrays to byte arrrays, based on the fixtype of omaps.

This is similar to bytelist-bytelist-map, but the keys of the map are nibble arrays instead of byte arrays. This is the type of the result of y [YP:(190), YP:(191)].

Subtopics

Nibblelist-bytelist-mfix
(nibblelist-bytelist-mfix x) is a usual ACL2::fty omap fixing function.
Nibblelist-bytelist-mapp
Recognizer for nibblelist-bytelist-map.
Nibblelist-bytelist-mequiv
Basic equivalence relation for nibblelist-bytelist-map structures.