type crypto/internal/fips140/mlkem.DecapsulationKey1024

20 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem1024.go#L16: type DecapsulationKey1024 struct {
		mlkem1024.go#L30: func (dk *DecapsulationKey1024) Bytes() []byte {
		mlkem1024.go#L42: func TestingOnlyExpandedBytes1024(dk *DecapsulationKey1024) []byte {
		mlkem1024.go#L65: func (dk *DecapsulationKey1024) EncapsulationKey() *EncapsulationKey1024 {
		mlkem1024.go#L109: func GenerateKey1024() (*DecapsulationKey1024, error) {
		mlkem1024.go#L111: 	dk := &DecapsulationKey1024{}
		mlkem1024.go#L115: func generateKey1024(dk *DecapsulationKey1024) (*DecapsulationKey1024, error) {
		mlkem1024.go#L131: func GenerateKeyInternal1024(d, z *[32]byte) *DecapsulationKey1024 {
		mlkem1024.go#L132: 	dk := &DecapsulationKey1024{}
		mlkem1024.go#L139: func NewDecapsulationKey1024(seed []byte) (*DecapsulationKey1024, error) {
		mlkem1024.go#L141: 	dk := &DecapsulationKey1024{}
		mlkem1024.go#L145: func newKeyFromSeed1024(dk *DecapsulationKey1024, seed []byte) (*DecapsulationKey1024, error) {
		mlkem1024.go#L167: func TestingOnlyNewDecapsulationKey1024(b []byte) (*DecapsulationKey1024, error) {
		mlkem1024.go#L172: 	dk := &DecapsulationKey1024{}
		mlkem1024.go#L212: func kemKeyGen1024(dk *DecapsulationKey1024, d, z *[32]byte) {
		mlkem1024.go#L264: func kemPCT1024(dk *DecapsulationKey1024) error {
		mlkem1024.go#L403: func (dk *DecapsulationKey1024) Decapsulate(ciphertext []byte) (sharedKey []byte, err error) {
		mlkem1024.go#L417: func kemDecaps1024(dk *DecapsulationKey1024, c *[CiphertextSize1024]byte) (K []byte) {