go-crypto icon indicating copy to clipboard operation
go-crypto copied to clipboard

[mirror] Go supplementary cryptography libraries

Results 10 go-crypto issues
Sort by recently updated
recently updated
newest added

Hello! We recently finally deprecated x/crypto/openpgp (golang/go#44226), and once the deprecation notice goes out I expect a number of users will move to forks like yours, which is great! To...

This isn't really a PR but we have have an issue on https://github.com/go-gitea/gitea/issues/6778 with a revoked identity being listed as valid. The goal is to find the reason and fix...

Hi there, In `GPG keychain`, I can encrypt a message with multiple recipient public key, and it will return a PGP encrypted message. So that the valid user can decrypt...

When building using the new Go 1.11 beta in Fedora rawhide, I observed an error testing `bn256`: ``` Testing: "/builddir/build/BUILD/go-crypto-670ebd3adf7a737d69ffe83a777a8e34eadc1b32/_build/src/github.com/keybase/go-crypto/bn256" + GOPATH=/builddir/build/BUILD/go-crypto-670ebd3adf7a737d69ffe83a777a8e34eadc1b32/_build:/usr/share/gocode + go test -buildmode pie -compiler gc -ldflags...

I am wondering if any of the work done in this repo is going to add support for the gnupg 2.1 way of handling private key. As described in the...

:wave: hello again! I'm not sure if this is the way you normally do this, or if commits are cherry-picked more intentionally. So I thought I'd propose this and start...

Solve this parsing issue: https://github.com/golang/go/issues/13605 by adding support for the "Private/Experimental" S2K range defined in [RFC 4880](https://tools.ietf.org/html/rfc4880#section-3.7.1) Necessary for support of Yubikey/Smart Card PGP keys, which use "gnu-dummy" (i.e. `110`)...

Hi there, I am attempting to compile on a different cpu: Loongson-3B1500. Here is the last-core's cpuinfo: processor : 5 cpu model : ICT Loongson-3 V0.7 FPU V0.1 model name...