IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Classes | |
class | UtilCrypto |
Basic Cryptographic utilities. More... | |
Enumerations | |
enum | HashType : int { HashType.None = 0, HashType.MD5 = 1, HashType.SHA1 = 2, HashType.SHA256 = 4, HashType.SHA512 = 8 } |
Enumerator for selecting the hashing algorithm. More... | |
enum IG.Crypto.HashType : int |