A couple of questions about the internal representation of key triples:
typed-crypto-key = {
key: $crypto-key-type-choice
? key-type: uint .bits key-type
}
key-type = &(
attest-key: 0
identity-key: 1
)
- Why is the
key-type optional? What is the default?
- Why is
key-type a bitmask? Is this a case of compression?
A couple of questions about the internal representation of key triples:
key-typeoptional? What is the default?key-typea bitmask? Is this a case of compression?