feat(sha256): add sha256d80 backend API and ARM64 kernel entry
This commit is contained in:
9
sha256/sha256d80_4way_aarch64.S
Normal file
9
sha256/sha256d80_4way_aarch64.S
Normal file
@@ -0,0 +1,9 @@
|
||||
.text
|
||||
.align 2
|
||||
|
||||
.global sha256d80_4way_aarch64_kernel
|
||||
.type sha256d80_4way_aarch64_kernel, %function
|
||||
sha256d80_4way_aarch64_kernel:
|
||||
b sha256d80_4way_aarch64_impl
|
||||
.size sha256d80_4way_aarch64_kernel, .-sha256d80_4way_aarch64_kernel
|
||||
|
||||
Reference in New Issue
Block a user