Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kSha1Hash.h
Go to the documentation of this file.
1 
8 #ifndef K_API_SHA1_HASH_H
9 #define K_API_SHA1_HASH_H
10 
11 #include <kApi/kApiDef.h>
12 #include <kApi/Crypto/kHash.h>
13 #include <kApi/Crypto/kSha1Hash.x.h>
14 
21 //typedef kHash kSha1Hash; --forward-declared in kFsDef.x.h
22 
31 kFx(kStatus) kSha1Hash_Construct(kSha1Hash* hash, kAlloc allocator);
32 
33 #endif
kStatus kSha1Hash_Construct(kSha1Hash *hash, kAlloc allocator)
Constructs a kSha1Hash instance.
Abstract base class for memory allocator types.
Sha1 hash implementation.
Core Zen type declarations.
Represents an error code.
Declares the kHash class.