package
Version:
v1.5.14
Opens a new window with list of versions in this module.
Published: Jul 23, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IDecrypter interface {
DecryptBytes(pMsg []byte) []byte
}
type IEncrypter interface {
EncryptBytes(pMsg []byte) []byte
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.