algorithmTypes

package
v0.0.0-...-682d07f Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Hash

type Hash int

Hash specifies a hash algorithm type

const (
	NoHashAlgo Hash = iota
	Sha256
	Sha384
	Sha512
	Shake256
	Fnv64
	Fnv128
)

func (Hash) String

func (i Hash) String() string

type Signature

type Signature int

Signature specifies a signature algorithm type

const (
	Ed25519 Signature = iota + 1
	Ed448
)

func (Signature) String

func (i Signature) String() string

Jump to

Keyboard shortcuts

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