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
/
authstream
/
eax.h
blob
cc14104342f128ad4b6f0cdcf697e015420761ee
1
#ifndef KRIPTO_AUTHSTREAM_EAX_H
2
#define KRIPTO_AUTHSTREAM_EAX_H
3
4
#include <kripto/block.h>
5
6
#include <kripto/authstream.h>
7
8
extern
kripto_authstream_desc
*
kripto_authstream_eax
(
const
kripto_block_desc
*
block
);
9
10
#endif