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