Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
9bce1dd6
Commit
9bce1dd6
authored
Dec 15, 1998
by
J.H.M. Dassen
Committed by
Niels Möller
Dec 15, 1998
Browse files
Added patent comment (jdassen@wi.leidenuniv.nl). Changed const to CONST.
Rev: src/symmetric/include/idea.h:1.3
parent
88f0f87c
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/idea.h
View file @
9bce1dd6
...
...
@@ -2,6 +2,11 @@
* $Id$
*/
/*
* Please be aware that IDEA IS PATENT ENCUMBERED; see the note in idea.c.
* -------------------------
*/
#ifndef IDEA_H_INCLUDED
#define IDEA_H_INCLUDED
...
...
@@ -14,13 +19,13 @@
#include "crypto_types.h"
void
idea_expand
(
UINT16
*
ctx
,
const
UINT8
*
key
);
CONST
UINT8
*
key
);
void
idea_invert
(
UINT16
*
d
,
const
UINT16
*
e
);
CONST
UINT16
*
e
);
void
idea_crypt
(
const
UINT16
*
ctx
,
void
idea_crypt
(
CONST
UINT16
*
ctx
,
UINT8
*
dest
,
const
UINT8
*
src
);
CONST
UINT8
*
src
);
#endif
/* IDEA_H_INCLUDED */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment