signing

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package signing verifies and records signatures for trusted artifacts.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodePublicKey

func DecodePublicKey(value string) (ed25519.PublicKey, error)

DecodePublicKey decodes a base64 or hex Ed25519 public key.

func DecodeSignature

func DecodeSignature(value string) ([]byte, error)

DecodeSignature decodes a base64 or hex Ed25519 signature, accepting an optional ed25519: prefix.

func VerifyEd25519

func VerifyEd25519(publicKeyValue, signatureValue string, payload []byte) error

VerifyEd25519 verifies payload against a base64 or hex public key and signature.

Types

This section is empty.

Jump to

Keyboard shortcuts

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