Change func signature for Verify* #3

Closed
opened 2025-12-28 18:13:23 +00:00 by sami · 1 comment
Owner

Originally created by @im-kulikov on GitHub (Nov 12, 2019).

Originally assigned to: @im-kulikov on GitHub.

What is proposed:

  • Now func Verify(pub *ecdsa.PublicKey, sig, msg []byte) error
  • Need func Verify(pub *ecdsa.PublicKey, msg, sig []byte) error
Originally created by @im-kulikov on GitHub (Nov 12, 2019). Originally assigned to: @im-kulikov on GitHub. - https://golang.org/pkg/crypto/ecdsa/#Verify - https://golang.org/pkg/crypto/rsa/#VerifyPKCS1v15 - https://golang.org/pkg/crypto/ed25519/#Verify What is proposed: - Now `func Verify(pub *ecdsa.PublicKey, sig, msg []byte) error` - Need `func Verify(pub *ecdsa.PublicKey, msg, sig []byte) error`
sami 2025-12-28 18:13:23 +00:00
Author
Owner

@im-kulikov commented on GitHub (Nov 12, 2019):

closed by https://github.com/nspcc-dev/neofs-crypto/pull/6

@im-kulikov commented on GitHub (Nov 12, 2019): closed by https://github.com/nspcc-dev/neofs-crypto/pull/6
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-crypto#3
No description provided.