mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Crypto: Add optimized SHA-512 and SHA-256 assembly implementations for x86_64 and x86. This improves speed by 30%.
This commit is contained in:
6
src/Crypto/sha256-x64-nayuki.S
Normal file
6
src/Crypto/sha256-x64-nayuki.S
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
.ifndef WINABI
|
||||
#if defined(__linux__) && defined(__ELF__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
.endif
|
||||
Reference in New Issue
Block a user