internal

package
v0.0.0-...-c4ab97c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2024 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ComputeECDSASignature

func ComputeECDSASignature(message []byte, privateKey []byte) ([]byte, error)

func ComputeECDSASignatureFromStrings

func ComputeECDSASignatureFromStrings(message string, privateKey string) ([]byte, error)

func ComputeHMACHash

func ComputeHMACHash(message []byte, key []byte) ([]byte, error)

func ComputeHMACHashFromStrings

func ComputeHMACHashFromStrings(message string, key string) ([]byte, error)

func ComputeHOTP

func ComputeHOTP(secret []byte, counter int) (string, error)

func ComputeHOTPFromString

func ComputeHOTPFromString(secret string, counter int) (string, error)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL