𝔹_n : octet strings of exactly n bytes. GP §3.7.4.
Constructor
OctetSeq.mk
Fields
data : ByteArray
size_eq : self.data.size = n
Fixed-length byte strings Y_n are modeled as a ByteArray bundled with a size proof.
OctetSeq (n : Nat) : TypeOctetSeq (n : Nat) : Type
𝔹_n : octet strings of exactly n bytes. GP §3.7.4.
OctetSeq.mk
data : ByteArray
size_eq : self.data.size = n
The 256-bit hash type H is OctetSeq 32.
Hash : TypeHash : Type
ℍ ≡ 𝔹_32 : 256-bit hash values. GP §3.8.1.