blake3

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KDF

type KDF struct {
	tools.ToolLogicBase
	// contains filtered or unexported fields
}

KDF implements the cryptographic interface for BLAKE3 key derivation.

func (*KDF) DeriveKey

func (keyder *KDF) DeriveKey(size int) ([]byte, error)

DeriveKey implements the ToolLogic interface.

func (*KDF) DeriveKeyWriteTo

func (keyder *KDF) DeriveKeyWriteTo(newKey []byte) error

DeriveKeyWriteTo implements the ToolLogic interface.

func (*KDF) InitKeyDerivation

func (keyder *KDF) InitKeyDerivation(nonce []byte, material ...[]byte) error

InitKeyDerivation implements the ToolLogic interface.

Jump to

Keyboard shortcuts

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