We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac01e91 commit 0a1623eCopy full SHA for 0a1623e
sm4/src/armv8/neon.rs
@@ -1,6 +1,6 @@
1
//! SM4 NEON
2
//!
3
-//! From Linux kernel arch/arm64/crypto/sm4-neon-core.S
+//! Implementation was borrowed from <https://www.cnblogs.com/kentle/p/15585447.html> by kentle.
4
5
#![allow(unsafe_code)]
6
0 commit comments