IGLib
1.5
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Classes | |
class | IG.Crypto.UtilCrypto |
Basic Cryptographic utilities. More... | |
class | IG.Crypto.UtilCrypto.ConstCrypto |
Contains constants for cryptographic operations from shell functions. More... | |
Namespaces | |
package | IG.Crypto |
Enumerations | |
enum | IG.Crypto.HashType : int { IG.Crypto.HashType.None = 0, IG.Crypto.HashType.MD5 = 1, IG.Crypto.HashType.SHA1 = 2, IG.Crypto.HashType.SHA256 = 4, IG.Crypto.HashType.SHA512 = 8 } |
Enumerator for selecting the hashing algorithm. More... | |