Update comments
parent
e19a6152b5
commit
6528561cb3
7
sha.cpp
7
sha.cpp
|
|
@ -2,9 +2,10 @@
|
||||||
|
|
||||||
// Steve Reid implemented SHA-1. Wei Dai implemented SHA-2. Jeffrey
|
// Steve Reid implemented SHA-1. Wei Dai implemented SHA-2. Jeffrey
|
||||||
// Walton implemented Intel SHA extensions based on Intel articles and code
|
// Walton implemented Intel SHA extensions based on Intel articles and code
|
||||||
// by Sean Gulley. Jeffrey Walton implemented ARM SHA based on ARM code and
|
// by Sean Gulley. Jeffrey Walton implemented ARM SHA-1 and SHA-256 based
|
||||||
// code from Johannes Schneiders, Skip Hovsmith and Barry O'Rourke. All
|
// on ARM code and code from Johannes Schneiders, Skip Hovsmith and
|
||||||
// code is in the public domain.
|
// Barry O'Rourke. Jeffrey Walton and Bill Schmidt implemented Power8
|
||||||
|
// SHA-256 and SHA-512. All code is in the public domain.
|
||||||
|
|
||||||
// In August 2017 JW reworked the internals to align all the
|
// In August 2017 JW reworked the internals to align all the
|
||||||
// implementations. Formerly all hashes were software based, IterHashBase
|
// implementations. Formerly all hashes were software based, IterHashBase
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue