signature

package
v2.2.10 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2024 License: MIT Imports: 0 Imported by: 4

Documentation

Overview

Package signature provides our implemented Signature Algorithms

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Algorithms

func Algorithms() map[Algorithm]struct{}

Algorithms returns all implemented Signature Algorithms

Types

type Algorithm

type Algorithm uint16

Algorithm as defined in TLS 1.2 https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-16

const (
	Anonymous Algorithm = 0
	RSA       Algorithm = 1
	ECDSA     Algorithm = 3
	Ed25519   Algorithm = 7
)

SignatureAlgorithm enums

Jump to

Keyboard shortcuts

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