Skip to content
Snippets Groups Projects
Commit 9f90db01 authored by Niels Möller's avatar Niels Möller
Browse files

* md2.c, md2.h: Added reference to RFC 1319.

* md4.c, md4.h: Added reference to RFC 1320

Rev: src/nettle/ChangeLog:1.208
Rev: src/nettle/md2.c:1.2
Rev: src/nettle/md2.h:1.2
Rev: src/nettle/md4.c:1.2
Rev: src/nettle/md4.h:1.2
parent 0dce9932
No related branches found
No related tags found
No related merge requests found
2003-08-30 Niels Mller <niels@s3.kth.se>
* md2.c, md2.h: Added reference to RFC 1319.
* md4.c, md4.h: Added reference to RFC 1320
2003-08-26 Niels Mller <niels@s3.kth.se> 2003-08-26 Niels Mller <niels@s3.kth.se>
* Makefile.am: Added md2 and md5 files. Deleted the print-path * Makefile.am: Added md2 and md5 files. Deleted the print-path
......
/* md2.h /* md2.h
* *
* The MD2 hash function. XXX What RFC, if any? * The MD2 hash function, described in RFC 1319.
*/ */
/* nettle, low-level cryptographics library /* nettle, low-level cryptographics library
......
/* md2.h /* md2.h
* *
* The MD2 hash function. XXX What RFRC, if any? * The MD2 hash function, described in RFC 1319.
*/ */
/* nettle, low-level cryptographics library /* nettle, low-level cryptographics library
......
/* md4.h /* md4.h
* *
* The MD4 hash function. XXX What RFC, if any? * The MD4 hash function, described in RFC 1320.
*/ */
/* nettle, low-level cryptographics library /* nettle, low-level cryptographics library
......
/* md4.h /* md4.h
* *
* The MD4 hash function. XXX What RFRC, if any? * The MD4 hash function, described in RFC 1320.
*/ */
/* nettle, low-level cryptographics library /* nettle, low-level cryptographics library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment