Skip to content

crypto/ecdsa: issue with upcoming deprecations #74400

Closed as not planned
Closed as not planned
@3052

Description

@3052

with Go 1.26, these will be deprecated:

https://pkg.go.dev/crypto/ecdsa@go1.25rc1#PrivateKey.D
https://pkg.go.dev/crypto/ecdsa@go1.25rc1#PublicKey.X
https://pkg.go.dev/crypto/ecdsa@go1.25rc1#PublicKey.Y

the issue is that if I want to avoid deprecated items, it will be impossible to do Elliptic Curve Arithmetic. this is needed for example with ElGamal ECC:

https://wikipedia.org/wiki/ElGamal_encryption
https://github.com/lc6chang/ecc-pycrypto/blob/master/ecc/cipher.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions