Functions
-
_sha256sig0
-
_sha256sig1
-
_sha256sum0
-
_sha256sum1
-
_sm3p0
-
_sm3p1
-
_sm4ed
-
_sm4ks
-
sha256sig0
Implements the Sigma0 transformation function as used in the SHA2-256 hash function [49]
(Section 4.1.2).
-
sha256sig1
Implements the Sigma1 transformation function as used in the SHA2-256 hash function [49]
(Section 4.1.2).
-
sha256sum0
Implements the Sum0 transformation function as used in the SHA2-256 hash function [49]
(Section 4.1.2).
-
sha256sum1
Implements the Sum1 transformation function as used in the SHA2-256 hash function [49]
(Section 4.1.2).
-
sm3p0
Implements the P0 transformation function as used in the SM3 hash function [4, 30].
-
sm3p1
Implements the P1 transformation function as used in the SM3 hash function [4, 30].
-
sm4ed
Accelerates the block encrypt/decrypt operation of the SM4 block cipher [5, 31].
-
sm4ks
Accelerates the Key Schedule operation of the SM4 block cipher [5, 31] with
bs=0.
-
xperm4
Nibble-wise lookup of indicies into a vector.
-
xperm8
Byte-wise lookup of indicies into a vector in registers.