//
pkg.gl
Category
github.com/uiam-net/goutils
crypto
package
0.5.0
Repository:
https://github.com/uiam-net/goutils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
50 SLOC
#
Packages
aes
No description provided by the author
ed25519
No description provided by the author
hash
No description provided by the author
rsa
No description provided by the author
#
Functions
BytesToInt
BytesToInt 字节转换成整形.
ParseIntToBytes
ParseIntToBytes 整形转换成字节.
ParseUint32ToBytes
ParseUint32ToBytes 整形转换成字节.
ParseUint64ToBytes
ParseUint64ToBytes 整形转换成字节.
PKCS7Padding
PKCS7Padding PKCS7补码.
PKCS7Unpadding
PKCS7Unpadding 去除PKCS7的补码.