Browse Source

Move SPHINCS secret key length to scheme META

master
Joost Rijneveld 5 years ago
parent
commit
5783c2d74f
No known key found for this signature in database GPG Key ID: A4FE39CF49CBC553
35 changed files with 35 additions and 35 deletions
  1. +1
    -1
      crypto_sign/sphincs-haraka-128f-robust/META.yml
  2. +1
    -1
      crypto_sign/sphincs-haraka-128f-simple/META.yml
  3. +1
    -1
      crypto_sign/sphincs-haraka-128s-robust/META.yml
  4. +1
    -1
      crypto_sign/sphincs-haraka-128s-simple/META.yml
  5. +1
    -1
      crypto_sign/sphincs-haraka-192f-robust/META.yml
  6. +1
    -1
      crypto_sign/sphincs-haraka-192f-simple/META.yml
  7. +1
    -1
      crypto_sign/sphincs-haraka-192s-robust/META.yml
  8. +1
    -1
      crypto_sign/sphincs-haraka-192s-simple/META.yml
  9. +1
    -1
      crypto_sign/sphincs-haraka-256f-robust/META.yml
  10. +1
    -1
      crypto_sign/sphincs-haraka-256f-simple/META.yml
  11. +1
    -1
      crypto_sign/sphincs-haraka-256s-robust/META.yml
  12. +1
    -1
      crypto_sign/sphincs-haraka-256s-simple/META.yml
  13. +1
    -1
      crypto_sign/sphincs-sha256-128f-robust/META.yml
  14. +1
    -1
      crypto_sign/sphincs-sha256-128f-simple/META.yml
  15. +1
    -1
      crypto_sign/sphincs-sha256-128s-robust/META.yml
  16. +1
    -1
      crypto_sign/sphincs-sha256-128s-simple/META.yml
  17. +1
    -1
      crypto_sign/sphincs-sha256-192f-robust/META.yml
  18. +1
    -1
      crypto_sign/sphincs-sha256-192f-simple/META.yml
  19. +1
    -1
      crypto_sign/sphincs-sha256-192s-robust/META.yml
  20. +1
    -1
      crypto_sign/sphincs-sha256-192s-simple/META.yml
  21. +1
    -1
      crypto_sign/sphincs-sha256-256f-robust/META.yml
  22. +1
    -1
      crypto_sign/sphincs-sha256-256f-simple/META.yml
  23. +1
    -1
      crypto_sign/sphincs-sha256-256s-robust/META.yml
  24. +1
    -1
      crypto_sign/sphincs-sha256-256s-simple/META.yml
  25. +1
    -1
      crypto_sign/sphincs-shake256-128f-robust/META.yml
  26. +1
    -1
      crypto_sign/sphincs-shake256-128s-robust/META.yml
  27. +1
    -1
      crypto_sign/sphincs-shake256-128s-simple/META.yml
  28. +1
    -1
      crypto_sign/sphincs-shake256-192f-robust/META.yml
  29. +1
    -1
      crypto_sign/sphincs-shake256-192f-simple/META.yml
  30. +1
    -1
      crypto_sign/sphincs-shake256-192s-robust/META.yml
  31. +1
    -1
      crypto_sign/sphincs-shake256-192s-simple/META.yml
  32. +1
    -1
      crypto_sign/sphincs-shake256-256f-robust/META.yml
  33. +1
    -1
      crypto_sign/sphincs-shake256-256f-simple/META.yml
  34. +1
    -1
      crypto_sign/sphincs-shake256-256s-robust/META.yml
  35. +1
    -1
      crypto_sign/sphincs-shake256-256s-simple/META.yml

+ 1
- 1
crypto_sign/sphincs-haraka-128f-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 1
length-public-key: 32
length-secret-key: 64
length-signature: 16976
testvectors-sha256: f0f84722cf529a108006d84b52966cbebd92146ee33cacdd7d1bba2cdc1944fd
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 64

+ 1
- 1
crypto_sign/sphincs-haraka-128f-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 1
length-public-key: 32
length-secret-key: 64
length-signature: 16976
testvectors-sha256: b9ea5703411a79c215a2643862bf4924ff62eeec08a0d1e328e39f47417fec8f
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 64

+ 1
- 1
crypto_sign/sphincs-haraka-128s-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 1
length-public-key: 32
length-secret-key: 64
length-signature: 8080
testvectors-sha256: a7057ca5ce0d7f01d1c1aabe474f8449796b051becbc8b148a78c84893193fcf
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 64

+ 1
- 1
crypto_sign/sphincs-haraka-128s-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 1
length-public-key: 32
length-secret-key: 64
length-signature: 8080
testvectors-sha256: fcc816e14d200e212b4b955d3011f5a6b61240c7c0003e17acb1bf396ca5d4ad
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 64

+ 1
- 1
crypto_sign/sphincs-haraka-192f-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 35664
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-haraka-192f-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 35664
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-haraka-192s-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 17064
testvectors-sha256: a5964b23e6d86db3534501606d80a11c528b4eb3a846bd76505dc23ec4412148
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-haraka-192s-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 17064
testvectors-sha256: 6f3297d5c455729edfb6603229b76e0a64c0f3fe12528099a4bceaccab6b9f10
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-haraka-256f-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 49216
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

+ 1
- 1
crypto_sign/sphincs-haraka-256f-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 49216
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

+ 1
- 1
crypto_sign/sphincs-haraka-256s-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 29792
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

+ 1
- 1
crypto_sign/sphincs-haraka-256s-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 29792
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

+ 1
- 1
crypto_sign/sphincs-sha256-128f-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 1
length-public-key: 32
length-secret-key: 64
length-signature: 16976
testvectors-sha256: 3e7c782b25e405940160468c2d777a5ab6eb9b6cfe318efed257f3270cca8c72
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 64

+ 1
- 1
crypto_sign/sphincs-sha256-128f-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 1
length-public-key: 32
length-secret-key: 64
length-signature: 16976
testvectors-sha256: 5ce16422e028eb7a6198d0a276a1760a6bbcd4ba9457ddbbfd5e08f34985c0ce
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 64

+ 1
- 1
crypto_sign/sphincs-sha256-128s-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 1
length-public-key: 32
length-secret-key: 64
length-signature: 8080
testvectors-sha256: 29d6d0dd732078d177779a61b7654bbe59fcf2ecb9bcd2ade8391791a6570a63
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 64

+ 1
- 1
crypto_sign/sphincs-sha256-128s-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 1
length-public-key: 32
length-secret-key: 64
length-signature: 8080
testvectors-sha256: edf1b76246ac560558d7938f8ac7bbf820f1e697ef4f5b5e1962f04fadb84a76
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 64

+ 1
- 1
crypto_sign/sphincs-sha256-192f-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 35664
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-sha256-192f-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 35664
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-sha256-192s-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 17064
testvectors-sha256: 2857d1498ab0242746518973fd8a2367a69edf0bfc09caebfc8ad9fb2278471c
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-sha256-192s-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 17064
testvectors-sha256: f8aa367561c521bc2b1590f6d3d676c7ba2d1efff3c81c9e6ee0a7ab7cebd9d1
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-sha256-256f-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 49216
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

+ 1
- 1
crypto_sign/sphincs-sha256-256f-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 49216
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

+ 1
- 1
crypto_sign/sphincs-sha256-256s-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 29792
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

+ 1
- 1
crypto_sign/sphincs-sha256-256s-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 29792
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

+ 1
- 1
crypto_sign/sphincs-shake256-128f-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 1
length-public-key: 32
length-secret-key: 64
length-signature: 16976
testvectors-sha256: eea7f59958e732c15110d0d06e3c23005d73df2b15a1e7b4ebc0ca2dcf162bb5
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 64

+ 1
- 1
crypto_sign/sphincs-shake256-128s-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 1
length-public-key: 32
length-secret-key: 64
length-signature: 8080
testvectors-sha256: f3f56ddff38a75ee07b44c023b9c9133ffe9538bb4b64f8ec8742b21fcaa6a50
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 64

+ 1
- 1
crypto_sign/sphincs-shake256-128s-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 1
length-public-key: 32
length-secret-key: 64
length-signature: 8080
testvectors-sha256: ee2af38333f6ba705102ab66689c262b07c1fd9ce1d46180796bcb263bf1a654
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 64

+ 1
- 1
crypto_sign/sphincs-shake256-192f-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 35664
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-shake256-192f-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 35664
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-shake256-192s-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 17064
testvectors-sha256: fcbf73935a7089e45c79d5ac427647b1d8287821e91fc50fa80e5f03b05f6270
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-shake256-192s-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 3
length-public-key: 48
length-secret-key: 96
length-signature: 17064
testvectors-sha256: 23edafc2af902ab5f76384cd855de979ed0a4ac7c0bbc9371958b361d8119d55
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 96

+ 1
- 1
crypto_sign/sphincs-shake256-256f-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 49216
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

+ 1
- 1
crypto_sign/sphincs-shake256-256f-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 49216
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

+ 1
- 1
crypto_sign/sphincs-shake256-256s-robust/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 29792
testvectors-sha256: 6b0bf2fb0f2db01be38accb262e0d23a47332f26d765f74f58a7cdd929872c6b
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

+ 1
- 1
crypto_sign/sphincs-shake256-256s-simple/META.yml View File

@@ -2,6 +2,7 @@ name: SPHINCS+
type: signature
claimed-nist-level: 5
length-public-key: 64
length-secret-key: 128
length-signature: 29792
testvectors-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
principal-submitter: Andreas Hülsing
@@ -24,4 +25,3 @@ auxiliary-submitters:
implementations:
- name: clean
version: https://github.com/sphincs/sphincsplus/commit/77755c94d0bc744478044d6efbb888dc13156441
length-secret-key: 128

Loading…
Cancel
Save