lib/std/crypto/25519/edwards25519.zig | 41 +++++------ lib/std/crypto/pcurves/common.zig | 14 ++-- lib/std/crypto/pcurves/p256.zig | 79 +++++++++++++++----- lib/std/crypto/pcurves/p256/p256_64.zig | 91 +++++++++++------------ lib/std/crypto/pcurves/p256/p256_scalar_64.zig | 123 +++++++++++++++----------------- lib/std/crypto/pcurves/tests.zig | 10 +++ 6 files changed, 195 insertions(+), 163 deletions(-)