repo.or.cz
/
rofl0r-kripto.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
better standard compliance
[rofl0r-kripto.git]
/
include
/
kripto
/
object
/
mac.h
blob
9f245aff1679b5b2d91ab9f0359ad0be2bb78a62
1
#ifndef KRIPTO_MAC_OBJECT_H
2
#define KRIPTO_MAC_OBJECT_H
3
4
#include <kripto/mac.h>
5
6
struct
kripto_mac_object
7
{
8
const
kripto_mac_desc
*
desc
;
9
};
10
11
#endif