-
I'd like to ask if there is any program to add xmss (xmssmt) in the near future.
The only golang NIST compliant implementation that I found is the bwesterb's one.
All other ones available are stuc…
-
OpenSSL should consider providing APIs to do LMS and XMSS.
Refer to the standard: [SP 800-208](https://csrc.nist.gov/publications/detail/sp/800-208/final) for details.
Refer also to [RFC 8391](h…
-
Hey, I'm glad to see you interested in MSS (Merkle Signature Schemes) - certainly anything with ambition as large as cyphernet should really utilise PQC (Post Quantum Cryptography) from the start and …
-
Upstream OpenSSH has support for XMSS-based SSH Keys and Certificates [ref](https://github.com/openssh/openssh-portable/blob/master/ssh-xmss.c#L366). Equivalent and interoperable support can be implem…
-
### Version
5.7.0
### Description
Super interesting to see experimental support for stateful hashed-based signatures. I wanted to test both but it seems like I cannot enable both at the same time, …
-
[The public `Botan::PK_Verifier` API](https://botan.randombit.net/handbook/api_ref/pubkey.html#id6) currently mandates that the signature buffer is provided only after the signed message was slurped. …
-
In order to implement XMSS, we need [the WOTS+ primitive signature scheme](https://datatracker.ietf.org/doc/html/rfc8391#section-3.1).
- [x] Define a functor with the parameters (3.1.1)
- [x] Defi…
-
We currently don't have benchmarks, ~~also we don't have all parameter sets~~.
-
“量子时代”到来后,需要促进全球通信从传统密码算法时代过渡到后量子密码算法(PQC)时代。虽然可商用量子计算机的发布尚无确切时间表,但对网络安全的挑战切实存在,目前已有攻击者开始制定“先存储后破解”攻击计划:也就是收集和存储一些重要数据,留待未来使用量子计算机进行破解以获取重要信息。项目组不知在抗量子攻击方向会否展开一些工作?
-
last iteration fails. Here is the output:
```
- iteration #1022:
smlen as expected [2532].
verification succeeded.
mlen as expected [32].
output message as expected.
fli…