You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-up to Change-Id: I860ed963a0660753d01c89014c21360b239a38ac
(commit 20e1d8d), which dropped compatibility
with go1.12, and made this package an alias / wrapper for crypto/ed25519 in
stdlib.
While the above change aliased types and created wrappers for functions, it left
out the consts. I looked at the code review and commit message on that change,
but did not find a specific reason to leave these out. This patch updates the
consts to be an alias as well, which should make it even more transparent that
this package is an alias.
0 commit comments