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.

GopenPGP, an open source encryption library for native applications

80 pointsby gallypetteabout 6 years ago

3 comments

throwawaymathabout 6 years ago
I’m not sure I understand why Protonmail forked the Go crypto library here. Did they fork the entire thing and make substantial changes&#x2F;updates throughout, or did they just make changes to the PGP implementation available in Go&#x2F;crypto?<p>Go&#x2F;crypto already implements elliptic curve cryptography[1], so I’m curious which specific elliptic curve primitives (or algorithms) they added to their fork.<p>________<p>1. <a href="https:&#x2F;&#x2F;golang.org&#x2F;pkg&#x2F;crypto&#x2F;" rel="nofollow">https:&#x2F;&#x2F;golang.org&#x2F;pkg&#x2F;crypto&#x2F;</a>
评论 #19930775 未加载
评论 #19929741 未加载
pferdeabout 6 years ago
I wonder if&#x2F;when a C or C++ bindings to this library will be made. It would be nice to have some alternative to GpgME.
评论 #19927584 未加载
评论 #19928458 未加载
评论 #19930630 未加载
krzyzanowskimabout 6 years ago
iOS&#x2F;macOS developers have an alternative with <a href="https:&#x2F;&#x2F;github.com&#x2F;krzyzanowskim&#x2F;ObjectivePGP" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;krzyzanowskim&#x2F;ObjectivePGP</a> that is tailored to the Apple platforms.