dsa

package
v0.0.0-...-e7f8917 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name": "crypto/dsa",

	"L1024N160": dsa.L1024N160,
	"L2048N224": dsa.L2048N224,
	"L2048N256": dsa.L2048N256,
	"L3072N256": dsa.L3072N256,

	"ErrInvalidPublicKey": dsa.ErrInvalidPublicKey,

	"generateKey":        dsa.GenerateKey,
	"generateParameters": dsa.GenerateParameters,
	"sign":               dsa.Sign,
	"verify":             dsa.Verify,

	"Parameters": qlang.StructOf((*dsa.Parameters)(nil)),
	"PrivateKey": qlang.StructOf((*dsa.PrivateKey)(nil)),
	"PublicKey":  qlang.StructOf((*dsa.PublicKey)(nil)),
}

Exports is the export table of this module.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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