You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 stuck at RFC level (NIST draft) and thus not compliant at least at key generation level.
This implementation, on the other hand, has a lot of imports and dependencies, whose absence is one of best features of cloudflare circl.
Any chance to bring it "inside"? It would be a splendid and useful addition.
The text was updated successfully, but these errors were encountered:
Some of the dependencies of bwesterb/go-xmssmt could be removed, but several are essential to deal with the stateful private key safely and efficiently.
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 stuck at RFC level (NIST draft) and thus not compliant at least at key generation level.
This implementation, on the other hand, has a lot of imports and dependencies, whose absence is one of best features of cloudflare circl.
Any chance to bring it "inside"? It would be a splendid and useful addition.
The text was updated successfully, but these errors were encountered: