Documentation ¶
Overview ¶
Package suites allows callers to look up Kyber suites by name.
Currently, only the "ed25519" suite is available by default. To have access to "curve25519" and the NIST suites (i.e. "P256"), one needs to call the "go" tool with the tag "vartime", such as:
go build -tags vartime go install -tags vartime go test -tags vartime
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownSuite = errors.New("unknown suite")
ErrUnknownSuite indicates that the suite was not one of the registered suites.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.