Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions cng/export_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//go:build windows
// +build windows

package cng

// MLKEM constants for testing against the stdlib
var (
SharedKeySizeMLKEM = sharedKeySizeMLKEM
SeedSizeMLKEM = seedSizeMLKEM
CiphertextSizeMLKEM768 = ciphertextSizeMLKEM768
EncapsulationKeySizeMLKEM768 = encapsulationKeySizeMLKEM768
CiphertextSizeMLKEM1024 = ciphertextSizeMLKEM1024
EncapsulationKeySizeMLKEM1024 = encapsulationKeySizeMLKEM1024
)
Loading
Loading