FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kSha256Hash.h
Go to the documentation of this file.
1 
8 #ifndef K_API_SHA256_HASH_H
9 #define K_API_SHA256_HASH_H
10 
11 #include <kFireSync/kFsDef.h>
12 #include <kApi/Crypto/kHash.h>
13 
14 #include <kFireSync/Crypto/kSha256Hash.x.h>
15 
22 //typedef kHash kSha256Hash; --forward-declared in kFsDef.x.h
23 
32 kFsFx(kStatus) kSha256Hash_Construct(kSha256Hash* hash, kAlloc allocator);
33 
34 #endif
kStatus kSha256Hash_Construct(kSha256Hash *hash, kAlloc allocator)
Constructs a kSha256Hash instance.
Sha256 hash implementation.
Essential API declarations for the kFireSync library.