go icon indicating copy to clipboard operation
go copied to clipboard

Elliptic Curve Integrated Encryption Scheme for secp256k1 in Golang

Results 5 go issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.22.0. Commits d042a39 go.mod: update golang.org/x dependencies b92bf94 ssh: respect MaxAuthTries also for "none" auth attempts 6f79b5a ssh: add server side multi-step authentication 8d0d405 x/crypto/chacha20:...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @​SuperQ in stretchr/testify#1394 Document that require is not safe to...

dependencies

@kigawas as far as I understand you are preparing this support for py/js/rs libraries. Currently Golang has new `crypto/ecdh` standard library, but it lacks of rich configuration, I could only...

Partly close #74. The usage of new [`crypto/ecdh`](https://pkg.go.dev/crypto/ecdh) library was not implemented, however support for `XChaCha20-Poly1305` and `AES-256-GCM` with 12-byte nonce were added as-is.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.23.0. Commits 905d78a go.mod: update golang.org/x dependencies ebb717d ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response 0da2a6a openpgp: fix function name in comment 5defcc1 sha3: fix...

dependencies