type crypto/internal/fips140/mlkem.DecapsulationKey1024

21 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#L129: func GenerateKeyInternal1024(d, z *[32]byte) *DecapsulationKey1024 {
		mlkem1024.go#L131: 	dk := &DecapsulationKey1024{}
		mlkem1024.go#L138: func NewDecapsulationKey1024(seed []byte) (*DecapsulationKey1024, error) {
		mlkem1024.go#L140: 	dk := &DecapsulationKey1024{}
		mlkem1024.go#L144: func newKeyFromSeed1024(dk *DecapsulationKey1024, seed []byte) (*DecapsulationKey1024, error) {
		mlkem1024.go#L162: func TestingOnlyNewDecapsulationKey1024(b []byte) (*DecapsulationKey1024, error) {
		mlkem1024.go#L167: 	dk := &DecapsulationKey1024{}
		mlkem1024.go#L207: func kemKeyGen1024(dk *DecapsulationKey1024, d, z *[32]byte) {
		mlkem1024.go#L259: func kemPCT1024(dk *DecapsulationKey1024) error {
		mlkem1024.go#L401: func (dk *DecapsulationKey1024) Decapsulate(ciphertext []byte) (sharedKey []byte, err error) {
		mlkem1024.go#L416: func kemDecaps1024(dk *DecapsulationKey1024, c *[CiphertextSize1024]byte) (K []byte) {

	crypto/mlkem
		mlkem.go#L134: 	key *mlkem.DecapsulationKey1024