Skip to main content
Module

x/bwt/mod.ts>PeerPublicKey

Better Web Token - an iteration of web tokens with a bunch of improvements
Latest
interface PeerPublicKey
import { type PeerPublicKey } from "https://deno.land/x/bwt@v0.6.0/mod.ts";

BWT public key of a peer.

publicKey is the 32-byte public key. kid is a 16-byte key identifer for the public key. name can be an arbitrarily encoded string.

Properties

publicKey: Uint8Array
kid: Uint8Array
optional
name: string