On Tue, Feb 5, 2019 at 9:56 AM <[email protected]> wrote: > > I'm implementing a security daemon on the vehicular communication scope. > I could receive a message with a signature and the compressed X coordinate of > a point to verify that signature. The elliptic curve can be either the > secp256 or the brainpoolp256r1 and the algorithm is ECDSA.
By the way, ed25519 is available in Crypto++ 8.0 and above. ed25519 signatures are about 30 times faster then secp256 signatures. 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.
