cheatfate / nimcrypto

Nim cryptographic library
MIT License
189 stars 23 forks source link

Git tags missing #72

Open ehmry opened 9 months ago

ehmry commented 9 months ago

Package versions need to be tagged in git. Fetching the repository, bisecting the history, and parsing the Nimble file is not practical.

Nimcrypto is not trustworthy without versions that can be reproducibly locked to git revisions.

Related #24

tersec commented 4 months ago

Does using a commit hash not work for this purpose?