]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips140/mldsa: new package
authorFilippo Valsorda <filippo@golang.org>
Tue, 4 Nov 2025 18:04:00 +0000 (19:04 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 21 Nov 2025 20:43:34 +0000 (12:43 -0800)
commitb59efc38a0ce1683bb360a2db67d2543047170dc
tree6e87bea99be09bde2ae198234b4943040caee397
parent62741480b8837f2570e75fbb982e80bc0be564ca
crypto/internal/fips140/mldsa: new package

Change-Id: I6a6a6964fabee819e62bb6eda032dee6a60d907a
Reviewed-on: https://go-review.googlesource.com/c/go/+/717781
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
12 files changed:
src/crypto/internal/fips140/mldsa/cast.go [new file with mode: 0644]
src/crypto/internal/fips140/mldsa/field.go [new file with mode: 0644]
src/crypto/internal/fips140/mldsa/field_test.go [new file with mode: 0644]
src/crypto/internal/fips140/mldsa/mldsa.go [new file with mode: 0644]
src/crypto/internal/fips140/mldsa/mldsa_test.go [new file with mode: 0644]
src/crypto/internal/fips140/mldsa/semiexpanded.go [new file with mode: 0644]
src/crypto/internal/fips140deps/byteorder/byteorder.go
src/crypto/internal/fips140test/cast_fips140v1.0_test.go [new file with mode: 0644]
src/crypto/internal/fips140test/cast_fips140v2.0_test.go [new file with mode: 0644]
src/crypto/internal/fips140test/cast_test.go
src/crypto/internal/fips140test/mldsa_test.go [new file with mode: 0644]
src/go/build/deps_test.go