README 370 B

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