Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename secp256k1 to secp for modules, packages, directories #70

Merged

Conversation

msgilligan
Copy link
Member

And related places in the build files and documentation

This eliminates warnings from the compiler about module names ending in a digit and reduces general verbosity.

The current intention is to leave full Secp256K1 prefix on the types (classes) because they do refer to that specific ECC curve.

@msgilligan msgilligan added this to the Version 0.0.2 milestone Aug 19, 2024
@msgilligan msgilligan requested a review from schildbach August 19, 2024 19:47
@msgilligan msgilligan marked this pull request as draft August 19, 2024 19:48
@msgilligan msgilligan force-pushed the msgilligan/secp256k1-to-secp-modules-and-packabges branch from 338be72 to fc699bd Compare August 19, 2024 19:50
@msgilligan msgilligan marked this pull request as ready for review August 19, 2024 19:54
And related places in the build files and documentation

This eliminates warnings from the compiler about module names ending
in a digit and reduces general verbosity.

The current intention is to leave full Secp256K1 prefix on the types
(classes) because they do refer to that specific ECC curve.
@msgilligan msgilligan force-pushed the msgilligan/secp256k1-to-secp-modules-and-packabges branch from fc699bd to 2fbac3c Compare August 19, 2024 20:44
@msgilligan
Copy link
Member Author

There are some individual classes that should probably be renamed, but we'll do that in a follow-on PR.

@msgilligan msgilligan merged commit bfcdeca into master Aug 20, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename modules and packages from secp256k1 to not have terminal digit.
2 participants