• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H19-Jun-2003-199144

t/H19-Jun-2003-873727

ChangesH A D19-Jun-2003240 138

INSTALLH A D02-Jun-2003119 106

Khazad.pmH A D19-Jun-20033.2 KiB14311

Khazad.xsH A D05-Jun-20031.8 KiB9378

LICENSEH A D31-May-200317.6 KiB341281

MANIFESTH A D03-Jun-2003548 6665

META.ymlH A D19-Jun-2003249 108

Makefile.PLH A D02-Jun-2003288 1411

READMEH A D03-Jun-2003656 2816

_khazad.cH A D02-Jun-200377.7 KiB1,7001,396

ppport.hH A D23-May-200314.4 KiB541271

typemapH A D02-Jun-200324 31

README

1Crypt::Khazad
2=============
3
4Khazad is a 128-bit key, 64-bit block cipher. Designed by Vincent
5Rijmen and Paulo S. L. M. Barreto, Khazad is a NESSIE finalist for
6legacy-level block ciphers. Khazad has many similarities with Rijndael.
7
8BONUS
9
10The C file, _khazad.c, is a standalone Khazad implementation. To
11compile it, type:
12
13        gcc -Wall _khazad.c
14
15A new binary, a.out, will be created.
16
17To run the binary, type:
18
19        ./a.out
20
21COPYRIGHT AND LICENSE
22
23Copyright (C) 2003 Julius C. Duque <jcduque (AT) lycos (DOT) com>
24
25This library is free software; you can redistribute it and/or modify
26it under the same terms as the GNU General Public License.
27
28