Interface for the crypto module functions exposed by WASM
Decode a base64url string to bytes
Derive a Key ID from a public key: base64url(SHA-256(pubkey)[0:16])
Encode bytes as base64url (RFC 4648) without padding
Interface for the crypto module functions exposed by WASM