Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ISO10126 ¶
type ISO10126 struct{}
*
- ISO10126 补码 *
- @create 2024-12-5
- @author deatil
type ISO7816_4 ¶
type ISO7816_4 struct{}
*
- ISO7816_4 补码 *
- @create 2024-12-5
- @author deatil
type ISO97971 ¶
type ISO97971 struct{}
*
- ISO97971 补码 *
- @create 2024-12-5
- @author deatil
type PBOC2 ¶
type PBOC2 struct{}
*
- PBOC2 补码 *
- @create 2024-12-5
- @author deatil
type PKCS1 ¶
type PKCS1 struct {
// contains filtered or unexported fields
}
*
- PKCS1 补码 *
- @create 2024-12-5
- @author deatil
type PKCS5 ¶
type PKCS5 struct{}
*
- PKCS5 补码 *
- @create 2024-12-5
- @author deatil
type PKCS7 ¶
type PKCS7 struct{}
*
- PKCS7 补码 *
- @create 2024-12-5
- @author deatil
type Padding ¶
type Padding interface { // Padding func Padding(text []byte, blockSize int) []byte // UnPadding func UnPadding(src []byte) ([]byte, error) }
padding interface struct
type TBC ¶
type TBC struct{}
*
- TBC 补码 *
- @create 2024-12-5
- @author deatil
type X923 ¶
type X923 struct{}
*
- X923 补码 *
- @create 2024-12-5
- @author deatil
func NewX923 ¶
func NewX923() X923
构造函数 ansiX923 https://www.ibm.com/docs/en/linux-on-systems?topic=processes-ansi-x923-cipher-block-chaining
Click to show internal directories.
Click to hide internal directories.