From: Melvin Carvalho <melvincarvalho@gmail.com>
To: public-webcrypto-comments@w3.org
Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
Subject: [Bitcoin-development] Web Crypto -- Named Curve Dictionary (adding secp256k1)
Date: Sun, 15 Dec 2013 19:09:59 +0100 [thread overview]
Message-ID: <CAKaEYh+=cFKzwW7J9j6Bz4P6OxTC56k3K1fFG4svg843QRTjVA@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1092 bytes --]
Harry and David suggested I send a message to this group. I was wondering
if the crypto group may consider adding support for *secp256k1* in the
browser Named Curve dictionary.
http://www.w3.org/TR/WebCryptoAPI/#EcKeyGenParams-dictionary
enum NamedCurve {
// NIST recommended curve P-256, also known as secp256r1.
"P-256",
// NIST recommended curve P-384, also known as secp384r1.
"P-384",
// NIST recommended curve P-521, also known as secp521r1.
"P-521"
};
Over the last year, there has been a significant increase in deployment for
this curve. It's used in bitcoin and many other crypto currencies.
Bitcoin deployment now numbers in the millions of users and hundreds of
companies. There are also free software implementations in most
languages.
For more background on Koblitz curve used by bitcoin see:
https://bitcointalk.org/?topic=2699.0
I'm aware that the API tends to expose what's existing in NSS, but, imho,
if it were possible to add support for this curve would be a great step to
help to many people that already work with crypto currencies in the browser.
[-- Attachment #2: Type: text/html, Size: 1484 bytes --]
reply other threads:[~2013-12-15 18:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAKaEYh+=cFKzwW7J9j6Bz4P6OxTC56k3K1fFG4svg843QRTjVA@mail.gmail.com' \
--to=melvincarvalho@gmail.com \
--cc=bitcoin-development@lists.sourceforge.net \
--cc=public-webcrypto-comments@w3.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox