mldsa: requires golang 1.24+

This commit is contained in:
Sun Yimin 2025-05-07 10:09:48 +08:00 committed by GitHub
parent 90522392f1
commit dfd4143c65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a MIT-style // Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build go1.24
package mldsa package mldsa
import ( import (

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a MIT-style // Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build go1.24
package mldsa package mldsa
import ( import (

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a MIT-style // Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build go1.24
package mldsa package mldsa
import ( import (

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a MIT-style // Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build go1.24
package mldsa package mldsa
import ( import (

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a MIT-style // Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build go1.24
package mldsa package mldsa
import "math/bits" import "math/bits"

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a MIT-style // Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
//go:build go1.24
package mldsa package mldsa
import ( import (