On Sunday, December 16, 2018 at 6:18:33 AM UTC-5, Jeffrey Walton wrote: > > ... > > I've got ed25519 on my testing fork at > https://github.com/noloader/cryptopp/tree/xed25519 >
This is stalled at the moment due to some stupid interop issues. The signing and verification part is done and ready to go. The stall is due to private and public key formats. We are not consuming OpenSSL generated keys. There are competing standards for the format. First is the older EC key format from RFC 5480. The library is already wired for this format. Second is the new format specified in RFC 5958.This has to be implemented. Also see https://www.cryptopp.com/wiki/X25519#Example_Keys I hope to have it cut-in by the end of the week. Jeff -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
