Tiny Congress Frontend
    Preparing search index...

    Runtime key pair representation (raw bytes)

    interface KeyPair {
        kid: string;
        privateKey: Uint8Array;
        publicKey: Uint8Array;
    }
    Index

    Properties

    kid: string

    Key ID - SHA-256 hash of public key, base64url encoded

    privateKey: Uint8Array

    Ed25519 private key (32 bytes)

    publicKey: Uint8Array

    Ed25519 public key (32 bytes)