Module webauthn_rs::crypto[][src]

Expand description

Cryptographic operation wrapper for Webauthn. This module exists to allow ease of auditing, safe operation wrappers for the webauthn library, and cryptographic provider abstraction. This module currently uses OpenSSL as the cryptographic primitive provider.

Structs

An X509PublicKey. This is what is otherwise known as a public certificate which comprises a public key and other signed metadata related to the issuer of the key.

Functions

Compute the sha256 of a slice of data.