Skip to content

Commit 0a1623e

Browse files
committed
sm4: neon implementation was refer to kentle
1 parent ac01e91 commit 0a1623e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sm4/src/armv8/neon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! SM4 NEON
22
//!
3-
//! From Linux kernel arch/arm64/crypto/sm4-neon-core.S
3+
//! Implementation was borrowed from <https://www.cnblogs.com/kentle/p/15585447.html> by kentle.
44
55
#![allow(unsafe_code)]
66

0 commit comments

Comments
 (0)