config

package
v0.0.0-...-5d90a0f Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AESConfig = KDFConfiguration{
	CostFactor:            32768,
	KeySize:               32,
	SaltSize:              8,
	BlockSizeFactor:       8,
	ParallelizationFactor: 1,
}

Configuration to generate AES encryption key

Functions

This section is empty.

Types

type KDFConfiguration

type KDFConfiguration struct {
	CostFactor            int
	KeySize               int
	SaltSize              int
	BlockSizeFactor       int
	ParallelizationFactor int
}

Jump to

Keyboard shortcuts

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