You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
兔子 402ee25ef1 update tools 1 year ago
..
README update tools 1 year ago
fe.go update tools 1 year ago
fe_amd64.go update tools 1 year ago
fe_amd64.s update tools 1 year ago
fe_amd64_noasm.go update tools 1 year ago
fe_arm64.go update tools 1 year ago
fe_arm64.s update tools 1 year ago
fe_arm64_noasm.go update tools 1 year ago
fe_generic.go update tools 1 year ago
sync.checkpoint update tools 1 year ago
sync.sh update tools 1 year ago

README

This package is kept in sync with crypto/ed25519/internal/edwards25519/field in
the standard library.

If there are any changes in the standard library that need to be synced to this
package, run sync.sh. It will not overwrite any local changes made since the
previous sync, so it's ok to land changes in this package first, and then sync
to the standard library later.