Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
560be67e
Commit
560be67e
authored
21 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated copyright information.
Rev: src/nettle/md2.c:1.3 Rev: src/nettle/md4.c:1.3
parent
d3c27c63
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
md2.c
+17
-2
17 additions, 2 deletions
md2.c
md4.c
+3
-2
3 additions, 2 deletions
md4.c
with
20 additions
and
4 deletions
md2.c
+
17
−
2
View file @
560be67e
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2003 Niels Mller
* Copyright (C) 2003 Niels Mller,
Andreas Sigfridsson
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
@@ -24,7 +24,22 @@
*/
/* This code originates from the Python Cryptography Toolkit, version 1.0.1.
Further hacked by Andreas Sigfridsson and Niels Mller */
Further hacked by Andreas Sigfridsson and Niels Mller. Original license:
===================================================================
Distribute and use freely; there are no restrictions on further
dissemination and usage except those imposed by the laws of your
country of residence. This software is provided "as is" without
warranty of fitness for use or suitability for any purpose, express
or implied. Use at your own risk or not at all.
===================================================================
Incorporating the code into commercial products is permitted; you do
not have to make source available or contribute your changes back
(though that would be nice).
--amk (www.amk.ca) */
#if HAVE_CONFIG_H
# include "config.h"
#endif
...
...
This diff is collapsed.
Click to expand it.
md4.c
+
3
−
2
View file @
560be67e
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2003 Niels Mller
* Copyright (C) 2003 Niels Mller
, Marcus Comstedt
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
@@ -23,7 +23,8 @@
* MA 02111-1307, USA.
*/
/* Adapted from md5 code by Marcus Comstedt */
/* Based on the public domain md5 code, and modified by Marcus
Comstedt */
#if HAVE_CONFIG_H
# include "config.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment