TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

RFC6637: Elliptic Curve Cryptography in OpenPGP (2012)

38 pointsby spaceboyover 8 years ago

2 comments

CiPHPerCoderover 8 years ago
This is all NIST Curve ECC (P-256, P-384, etc.) and should be discouraged in favor of the curves in RFC 7748.
评论 #13531040 未加载
评论 #13531076 未加载
wslhover 8 years ago
BTW, my company added support for ECC in OpenPGP.js: <a href="https:&#x2F;&#x2F;github.com&#x2F;Jaxx-io&#x2F;openpgpjs-secp256k1" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Jaxx-io&#x2F;openpgpjs-secp256k1</a> this implementation also includes the elliptic curves for the RFC6637. More information here: <a href="https:&#x2F;&#x2F;github.com&#x2F;Jaxx-io&#x2F;openpgpjs-secp256k1&#x2F;blob&#x2F;master&#x2F;README_secp256k1.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Jaxx-io&#x2F;openpgpjs-secp256k1&#x2F;blob&#x2F;master&#x2F;R...</a>