hmac

package
v0.0.0-...-402b80f Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var HmacSha1PluginObj = &HmacSha1{
	internalTypes.Plugin{
		Name: "HMAC-SHA1",
		Mode: 201,
	},
}
View Source
var HmacSha224PluginObj = &HmacSha224{
	internalTypes.Plugin{
		Name: "HMAC-SHA224",
		Mode: 203,
	},
}
View Source
var HmacSha256PluginObj = &HmacSha256{
	internalTypes.Plugin{
		Name: "HMAC-SHA256",
		Mode: 202,
	},
}
View Source
var HmacSha384PluginObj = &HmacSha384{
	internalTypes.Plugin{
		Name: "HMAC-SHA384",
		Mode: 202,
	},
}
View Source
var HmacSha3PluginObj = &HmacSha3{
	internalTypes.Plugin{
		Name: "HMAC-SHA3",
		Mode: 203,
	},
}
View Source
var HmacSha512PluginObj = &HmacSha512{
	internalTypes.Plugin{
		Name: "HMAC-SHA512",
		Mode: 205,
	},
}

Functions

This section is empty.

Types

type HmacSha1

type HmacSha1 struct {
	internalTypes.Plugin
}

func (HmacSha1) Execute

func (p HmacSha1) Execute(result *internalTypes.EncryptionTaskResult) error

type HmacSha224

type HmacSha224 struct {
	internalTypes.Plugin
}

func (HmacSha224) Execute

type HmacSha256

type HmacSha256 struct {
	internalTypes.Plugin
}

func (HmacSha256) Execute

type HmacSha3

type HmacSha3 struct {
	internalTypes.Plugin
}

func (HmacSha3) Execute

func (p HmacSha3) Execute(result *internalTypes.EncryptionTaskResult) error

type HmacSha384

type HmacSha384 struct {
	internalTypes.Plugin
}

func (HmacSha384) Execute

type HmacSha512

type HmacSha512 struct {
	internalTypes.Plugin
}

func (HmacSha512) Execute

Jump to

Keyboard shortcuts

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