RustCrypto / asm-hashes

Assembly implementations of cryptographic hash functions
46 stars 26 forks source link

MSVC x64 support #58

Closed zyluo closed 1 year ago

zyluo commented 1 year ago

Hashes implented in MASM inspired by Project Nayuki Requires Build Tools for Visual Studio to cargo build https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=17

Fixex #17

zyluo commented 1 year ago

Please advise how to add MASM tests in the current github-actions

tarcieri commented 1 year ago

Per this note in the toplevel README.md:

https://github.com/RustCrypto/asm-hashes#note-this-repo-is-in-maintenance-mode-only

...the way we'd prefer to support all platforms going forward is by using the newly stabilized inline asm! feature

zyluo commented 1 year ago

understood. Thanks.