Skip to content

Commit

Permalink
Add keyword to Cargo.toml (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Elmo Moilanen <[email protected]>
  • Loading branch information
skaunov and elmomoilanen authored Feb 7, 2023
1 parent fcc2615 commit 3d93752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "CC0-1.0"
description = "Prime factorization up to 128 bit integers."

keywords = ["prime-factorization", "modular-arithmetic", "elliptic-curves"]
keywords = ["prime-factorization", "modular-arithmetic", "elliptic-curves", "factorization"]
categories = ["mathematics"]
repository = "https://github.com/elmomoilanen/prime-factorization"
readme = "README.md"
Expand Down

0 comments on commit 3d93752

Please sign in to comment.