//
pkg.gl
Category
github.com/emmansun/gmsm
internal
subtle
package
0.27.4
Repository:
https://github.com/emmansun/gmsm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
7
Files
24 SLOC
#
Functions
ConstantTimeAllZero
No description provided by the author
XORBytes
XORBytes sets dst[i] = x[i] ^ y[i] for all i < n = min(len(x), len(y)), returning n, the number of bytes written to dst.