Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gnet-2.0
GNet
MD5
HASH_LENGTH
equal
hash
MD5
MD5.buf
MD5.str
clone
copy_string
final
get_digest
get_string
update
MD5
Object Hierarchy:
Description:
public
class
MD5
Namespace:
GNet
Package:
gnet-2.0
Content:
Constants:
public
const
int
HASH_LENGTH
Static methods:
public
static
bool
equal
(
MD5
m1,
MD5
m2)
public
static
uint
hash
(
MD5
m)
Creation methods:
public
MD5
()
public
MD5.buf
(
char
[] buf)
public
MD5.str
(
string
buf)
Methods:
public
MD5
clone
()
public
void
update
(
char
[] buf)
public
void
final
()
public
string
get_digest
()
public
string
get_string
()
public
void
copy_string
(
string
buf)