Binary encoding suffices most purposes, if you really need to DER-Ecnode, try converting the byte sequence to a CryptoPP::Integer using the byte-wise constructor. If this works successful you can DER encode the integer and store or send it.
BR JPM Am Donnerstag, 12. Juni 2014 12:29:34 UTC+2 schrieb Damias: > > I've managed to save the keys and load them, but on binary. It is possible > to save the keys on .der? Because in cryptopp-ecies-test.zip > <http://www.cryptopp.com/w/images/9/9b/Cryptopp-ecies-test.zip> the keys > saved are on binary too. > -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- 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.
