Re: Cannot wrap an EC key?

2024-12-18 Thread Mike StJohns
If I had to make a wild guess, I’d guess that the wrapped key doesn’t include the curve info. If the length of the wrapped data is only 40 bytes, then all you have is the x from the private key. I’m wondering if the algorithm has to include the curve info. Something like “EC/secp256r1”?

Re: Is there a KEM (Key Encapsulation Mechanism) architecture being proposed for the JCA?

2022-08-19 Thread Mike StJohns
Hi This implemented as part of Javax.crypto.Cipher. See the Java doc for the wrap and unwrap methods. Mike Sent from my iPad > On Aug 19, 2022, at 12:56, John Gray wrote: > >  We are starting to make use of the new PQ algorithms adopted by NIST for > prototyping and development of standa