• 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
          • Defbyte
          • Defresult
          • Fold
          • Specific-types
          • Defsubtype
          • Defset
          • Defflatsum
          • Deflist-of-len
          • Pos-list
          • Defomap
          • Defbytelist
          • Defbyte-standard-instances
            • Ubyte5
            • Ubyte32
            • Ubyte12
            • Ubyte8
            • Defbyte-standard-instances-ihs-theorems
            • Ubyte20
            • Ubyte64
            • Ubyte16
            • Ubyte128
            • Sbyte8
            • Sbyte64
            • Sbyte32
            • Sbyte16
            • Sbyte128
            • Ubyte6
            • Ubyte7
            • Ubyte3
            • Ubyte11
              • Ubyte11s-as-digits-in-base-2048
                • Leubyte11s=>nat
                • Beubyte11s=>nat
                • Nat=>leubyte11s
                • Nat=>beubyte11s
                • Nat=>leubyte11s*
                • Nat=>beubyte11s*
                • Nat=>leubyte11s+
                • Nat=>beubyte11s+
                • Bits/ubyte11s-digit-grouping
              • Ubyte11p
              • Ubyte11-fix
            • Ubyte4
            • Ubyte256
            • Sbyte256
            • Ubyte2
            • Ubyte1
            • Sbyte4
            • Sbyte3
            • Sbyte2
            • Sbyte1
            • Defubyte
            • Defsbyte
          • Deffixtype-alias
          • Defbytelist-standard-instances
          • Defunit
          • Byte-list
          • Database
          • Byte
          • String-option
          • Pos-option
          • Nibble
          • Nat-option
          • Ubyte32-option
          • Byte-list20
          • Byte-list32
          • Byte-list64
          • Pseudo-event-form
          • Natoption/natoptionlist
          • Nati
          • Character-list
          • Nat/natlist
          • Maybe-string
          • Nibble-list
          • Natoption/natoptionlist-result
          • Nat/natlist-result
          • Nat-option-list-result
          • Set
          • String-result
          • String-list-result
          • Nat-result
          • Nat-option-result
          • Nat-list-result
          • Maybe-string-result
          • Integer-result
          • Character-result
          • Character-list-result
          • Boolean-result
          • Map
          • Dependencies
          • Bag
          • Pos-set
          • Hex-digit-char-list
          • Dec-digit-char-list
          • Pseudo-event-form-list
          • Nat-option-list
          • Character-any-map
          • Any-nat-map
          • Symbol-set
          • String-set
          • Nat-set
          • Character-set
          • Oct-digit-char-list
          • Bin-digit-char-list
          • Bit-list
        • Isar
        • Kestrel-utilities
        • Set
        • C
        • Soft
        • Bv
        • Imp-language
        • Ethereum
        • Event-macros
        • Java
        • Riscv
        • Bitcoin
        • Zcash
        • Yul
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Axe
        • Lists-light
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Kestrel-utilities
  • Ubyte11

Ubyte11s-as-digits-in-base-2048

Specialized versions of the operations to convert between natural numbers and digits that use unsigned 11-bit bytes as digits, in base 2048.

Subtopics

Leubyte11s=>nat
Convert a little-endian list of unsigned 11-bit bytes, seen as digits in base 2048, to their value.
Beubyte11s=>nat
Convert a big-endian list of unsigned 11-bit bytes, seen as digits in base 2048, to their value.
Nat=>leubyte11s
Convert a natural number to its little-endian list of unsigned 11-bit bytes, seen as digits in base 2048, of specified length.
Nat=>beubyte11s
Convert a natural number to its big-endian list of unsigned 11-bit bytes, seen as digits in base 2048, of specified length.
Nat=>leubyte11s*
Convert a natural number to its minimum-length little-endian list of unsigned 11-bit bytes, seen as sigits in base 2048.
Nat=>beubyte11s*
Convert a natural number to its minimum-length big-endian list of unsigned 11-bit bytes, seen as sigits in base 2048.
Nat=>leubyte11s+
Convert a natural number to its non-empty minimum-length little-endian list of unsigned 11-bit bytes, seen as sigits in base 2048.
Nat=>beubyte11s+
Convert a natural number to its non-empty minimum-length big-endian list of unsigned 11-bit bytes, seen as sigits in base 2048.
Bits/ubyte11s-digit-grouping
Specialized versions of the operations to group and ungroup digitsthat are bits (base 2) and unsigned 11-bit bytes (base 2048).