RHash
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "RHash" , cprefix = "r_hash_" , free_function = "r_hash_free" ) ]
public class RHash
Content:
Enums:
Static methods:
- public static double entropy (uint8* buf, uint64 len)
- public static uint8 hamdist (uint8* buf, uint64 len)
- public static uint8 mod255 (uint8* buf, uint64 len)
- public static uint8 parity (uint8* buf, uint64 len)
- public static int pcprint (uint8* buf, uint64 len)
- public static uint16 xor (uint8* buf, uint64 len)
- public static uint32 xorpair (uint8* buf, uint64 len)
Creation methods:
- public RHash (bool rst, int bits)
Methods:
- public uint8* do_md4 (uint8* input, uint32 len)
- public uint8* do_md5 (uint8* input, uint32 len)
- public uint8* do_sha1 (uint8* input, uint32 len)
- public uint8* do_sha256 (uint8* input, uint32 len)
- public uint8* do_sha384 (uint8* input, uint32 len)
- public uint8* do_sha512 (uint8* input, uint32 len)