Skip to content

Complete Field25519 Inversion Implementation #7

@kevinamccorvon

Description

@kevinamccorvon

Field25519 has incomplete inversion + missing tests. Check the TODO in hpcrypt-curves/field25519.rs. This directly affects Ed25519 completeness.

Fix list:

  • Finish field inversion implementation
  • Write unit tests: addition, subtraction, multiplication, inversion, square root
  • Test edge cases (zero, one, prime - 1)
  • Add RFC 8032 test vectors
  • Verify constant-time behavior
  • Benchmark performance

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcryptographyCore cryptographic implementationspriority: mediumImportant improvements that enhance functionality or performance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions