Skip to content

Draft: curve: Add support for integrating with the stdlib

Yawning Angel requested to merge feature/stdelliptic into moon

This is a Bad Idea(TM), since crypto/elliptic shouldn't be used by anybody, but people are reluctant to change.

This also serves to demonstrate how to do this, since it is possible to do as an external addon to the existing library, with minor additions/alterations to how I implemented this branch.

Closes #2

Merge request reports