...

Text file src/golang.org/x/crypto/curve25519/internal/field/README

Documentation: golang.org/x/crypto/curve25519/internal/field

     1This package is kept in sync with crypto/ed25519/internal/edwards25519/field in
     2the standard library.
     3
     4If there are any changes in the standard library that need to be synced to this
     5package, run sync.sh. It will not overwrite any local changes made since the
     6previous sync, so it's ok to land changes in this package first, and then sync
     7to the standard library later.

View as plain text