Skip to content

Commit

Permalink
sign: fix compat
Browse files Browse the repository at this point in the history
  • Loading branch information
david415 committed May 26, 2024
1 parent 6168858 commit 7c209aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sign/schemes/schemes.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ var potentialSchemes = [...]sign.Scheme{
// post quantum
sphincsplus.Scheme(),

// hybrid post quantum
hybrid.New("Ed25519 Sphincs+", ed25519.Scheme(), sphincsplus.Scheme()),
hybrid.New("Ed448-Sphincs+", ed448.Scheme(), sphincsplus.Scheme()),
// post quantum hybrids
hybrid.Ed25519Sphincs,

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (macos-latest, arm64, 1.21.3)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (macos-latest, amd64, 1.21.3)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (macos-latest, amd64, 1.21.3)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (macos-latest, arm64, 1.21.3)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, amd64, 1.21.3)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, arm64, 1.21.3)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, MINGW64, 1.22.x)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, UCRT64, 1.20)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, MINGW64, 1.21.x)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, UCRT64, 1.21.x)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, MINGW64, 1.20)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, UCRT64, 1.22.x)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, MINGW64, 1.21.x)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, MINGW64, 1.20)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, MINGW64, 1.22.x)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, UCRT64, 1.19)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, UCRT64, 1.21.x)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, UCRT64, 1.20)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, MINGW64, 1.19)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, UCRT64, 1.19)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, MINGW64, 1.19)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, UCRT64, 1.22.x)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, arm64, 1.21.3)

undefined: hybrid.Ed25519Sphincs

Check failure on line 24 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, amd64, 1.21.3)

undefined: hybrid.Ed25519Sphincs
hybrid.Ed448Sphincs,

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (macos-latest, arm64, 1.21.3)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (macos-latest, amd64, 1.21.3)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (macos-latest, amd64, 1.21.3)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (macos-latest, arm64, 1.21.3)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, amd64, 1.21.3)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, arm64, 1.21.3)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, MINGW64, 1.22.x)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, UCRT64, 1.20)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, MINGW64, 1.21.x)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, UCRT64, 1.21.x)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, MINGW64, 1.20)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, UCRT64, 1.22.x)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, MINGW64, 1.21.x)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, MINGW64, 1.20)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, MINGW64, 1.22.x)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, UCRT64, 1.19)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, UCRT64, 1.21.x)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, UCRT64, 1.20)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2019, gcc, MINGW64, 1.19)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, UCRT64, 1.19)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, MINGW64, 1.19)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / windows-build-and-test-golang (windows-2022, gcc, UCRT64, 1.22.x)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, arm64, 1.21.3)

undefined: hybrid.Ed448Sphincs

Check failure on line 25 in sign/schemes/schemes.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest, amd64, 1.21.3)

undefined: hybrid.Ed448Sphincs
}

var allSchemes = []sign.Scheme{
Expand Down

0 comments on commit 7c209aa

Please sign in to comment.