Module passkey_authenticator

Source

Structs§

PasskeyAuthenticator
An passkey authenticator with parsed fields. See field definition below. Can be initialized from [struct RawPasskeyAuthenticator].
RawPasskeyAuthenticator
An raw passkey authenticator struct used during deserialization. Can be converted to [struct PasskeyAuthenticator].

Functions§

to_signing_digest
Compute the BCS hash of the value in intent message. In the case of transaction data, this is the BCS hash of struct TransactionData, different from the transaction digest itself that computes the BCS hash of the Rust type prefix and struct TransactionData. (See fn digest in impl Message for SenderSignedData).
to_signing_message
Compute the digest that the signature committed over as intent || hash(tx_data), total of 3 + 32 = 35 bytes.