package
0.2.11
Repository: https://github.com/elastic/harp.git
Documentation: pkg.go.dev

# Packages

Package bech32 is a modified version of the reference implementation of BIP173.
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Bech32Decode decodes given bech32 encoded string.
DecryptJWE decrypt a JWE token.
EncryptJWE encrypts input as JWE token.
EncryptPEM returns an encrypted PEM block using the given passphrase.
FromJWK parses a JWK and return wrapped keys.
Key generates symmetric encryption keys according to given keyType.
Keypair generates crypto keys according to given key type.
KeyToBytes encodes the given crypto key as a byte array.
ParseJWT unpack a JWT without signature verification.
ToJWK encodes given key using JWK.
ToJWS returns a JWT token.
ToPEM encodes the given key using PEM.
ToSSH encodes the given key as SSH key.
ToTLSA encodes the given certificate using TLSA encoding strategy.
No description provided by the author