> > When doing this I stumbled across the issue that the official encoding > of Curve25519 values is to use little endian encoding (including the > IRTF-CFRG test vectors) which the library apparently doesn't support as > of now for integer decoding. > > So I'm hereby proposing the official Inclusion of the Integer Patch > into the Library. >
I think the patch would be a good addition. If you need it for implementations and test vectors, then so be it. I think the question becomes, what the versioning requirements are. I think the changes are limited to modifying existing objects and vtables. The modifications will add methods and possible move vtable entries around for Integer. However, nothing is being deleted. I think that makes it a minor version bump. What do you think? Jeff -- -- 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.
