Re: [Bitcoin-development] WebCryto standard to support secp256r1 but not secp256k1

2013-05-29 Thread Melvin Carvalho
On 7 May 2013 12:18, Melvin Carvalho wrote: > Looking at the proposed native crypto browser support (should arrive in > the next year) > > http://www.w3.org/TR/WebCryptoAPI/#EcKeyGenParams-dictionary > > We see: > > enum NamedCurve { > // NIST recommended curve P-256, also known as secp256r1. >

[Bitcoin-development] WebCryto standard to support secp256r1 but not secp256k1

2013-05-07 Thread Melvin Carvalho
Looking at the proposed native crypto browser support (should arrive in the next year) http://www.w3.org/TR/WebCryptoAPI/#EcKeyGenParams-dictionary We see: enum NamedCurve { // NIST recommended curve P-256, also known as secp256r1. "P-256", // NIST recommended curve P-384, also known as se