| Support Forum Library Source SourceForge Page G3D Web Page |
See G3D::Crypto::md5. More...
Public Member Functions | |
| MD5Hash () | |
| MD5Hash (class BinaryInput &b) | |
| void | deserialize (class BinaryInput &b) |
| bool | operator!= (const MD5Hash &other) const |
| bool | operator== (const MD5Hash &other) const |
| uint8 & | operator[] (int i) |
| const uint8 & | operator[] (int i) const |
| void | rotateBytes () |
| Rotates the bytes once. | |
| void | rotateBytes (int n) |
| Rotates by n bytes. | |
| void | serialize (class BinaryOutput &b) const |
Static Public Member Functions | |
| static size_t | hashCode (const MD5Hash &key) |
See G3D::Crypto::md5.
|
inline |
|
explicit |
| void G3D::MD5Hash::deserialize | ( | class BinaryInput & | b | ) |
Referenced by G3D::SpeedLoadIdentifier::deserialize().
|
inlinestatic |
Referenced by G3D::SpeedLoadIdentifier::hashCode().
|
inline |
|
inline |
|
inline |
Rotates the bytes once.
| void G3D::MD5Hash::serialize | ( | class BinaryOutput & | b | ) | const |
Referenced by G3D::SpeedLoadIdentifier::serialize().
1.8.2