Re: [Cryptography-dev] Elliptic curve ECIES implementation

2017-03-21 Thread Alex Gaynor
I'd also add that any primitives we expose need to be standardized and interoperable. Does ECIES have a standard syntax/serialization/etc.? Alex On Tue, Mar 21, 2017 at 2:14 PM, Paul Kehrer wrote: > Hi Adam, > > Thanks for the offer! Our general criteria for inclusion of new hazmat > modules is

Re: [Cryptography-dev] Elliptic curve ECIES implementation

2017-03-21 Thread Paul Kehrer
Hi Adam, Thanks for the offer! Our general criteria for inclusion of new hazmat modules is roughly: * It should be something people have a need for. This can be satisfied by showing specs/protocols/etc that are in use that utilize the scheme (either currently existing or upcoming and clearly rele

[Cryptography-dev] Elliptic curve ECIES implementation

2017-03-21 Thread French, Adam
Hi everyone, I’m currently working on a project where I need to use the cryptography library to encrypt/decrypt a message using an elliptic curve key pair. The ‘Asymmetric algorithms’ -> ‘RSA’ section of the official documentation includes sections on RSA encryption/decryption using the OAEP sc