forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: ripemd - Set module author and update email address
Signed-off-by: Adrian-Ken Rueegsegger <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information
Showing
4 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | ||
* Based on the reference implementation by Antoon Bosselaers, ESAT-COSIC | ||
* | ||
* Copyright (c) 2008 Adrian-Ken Rueegsegger <rueegsegger (at) swiss-it.ch> | ||
* Copyright (c) 2008 Adrian-Ken Rueegsegger <ken@codelabs.ch> | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License as published by the Free | ||
|
@@ -325,4 +325,5 @@ module_init(rmd128_mod_init); | |
module_exit(rmd128_mod_fini); | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Adrian-Ken Rueegsegger <[email protected]>"); | ||
MODULE_DESCRIPTION("RIPEMD-128 Message Digest"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | ||
* Based on the reference implementation by Antoon Bosselaers, ESAT-COSIC | ||
* | ||
* Copyright (c) 2008 Adrian-Ken Rueegsegger <rueegsegger (at) swiss-it.ch> | ||
* Copyright (c) 2008 Adrian-Ken Rueegsegger <ken@codelabs.ch> | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License as published by the Free | ||
|
@@ -369,4 +369,5 @@ module_init(rmd160_mod_init); | |
module_exit(rmd160_mod_fini); | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Adrian-Ken Rueegsegger <[email protected]>"); | ||
MODULE_DESCRIPTION("RIPEMD-160 Message Digest"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | ||
* Based on the reference implementation by Antoon Bosselaers, ESAT-COSIC | ||
* | ||
* Copyright (c) 2008 Adrian-Ken Rueegsegger <rueegsegger (at) swiss-it.ch> | ||
* Copyright (c) 2008 Adrian-Ken Rueegsegger <ken@codelabs.ch> | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License as published by the Free | ||
|
@@ -344,4 +344,5 @@ module_init(rmd256_mod_init); | |
module_exit(rmd256_mod_fini); | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Adrian-Ken Rueegsegger <[email protected]>"); | ||
MODULE_DESCRIPTION("RIPEMD-256 Message Digest"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | ||
* Based on the reference implementation by Antoon Bosselaers, ESAT-COSIC | ||
* | ||
* Copyright (c) 2008 Adrian-Ken Rueegsegger <rueegsegger (at) swiss-it.ch> | ||
* Copyright (c) 2008 Adrian-Ken Rueegsegger <ken@codelabs.ch> | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License as published by the Free | ||
|
@@ -393,4 +393,5 @@ module_init(rmd320_mod_init); | |
module_exit(rmd320_mod_fini); | ||
|
||
MODULE_LICENSE("GPL"); | ||
MODULE_AUTHOR("Adrian-Ken Rueegsegger <[email protected]>"); | ||
MODULE_DESCRIPTION("RIPEMD-320 Message Digest"); |