Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sha256.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/

/* Оригинал кода: http://www.zedwood.com/article/cpp-sha256-function
* Исправления: 18.06.2020 Elektro Yar
* Исправления: 18.06.2020 NewYaroslav
*/

#include <cstring>
Expand Down
2 changes: 1 addition & 1 deletion sha256.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/

/* Based on: http://www.zedwood.com/article/cpp-sha256-function
* Modified by Elektro Yar, 2020-06-18
* Modified by NewYaroslav, 2020-06-18
*/

#ifndef _HMAC_SHA256_HPP_INCLUDED
Expand Down
2 changes: 1 addition & 1 deletion sha512.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/

/* Оригинал кода: http://www.zedwood.com/article/cpp-sha512-function
* Исправления: 18.06.2020 Elektro Yar
* Исправления: 18.06.2020 NewYaroslav
*/

#include <cstring>
Expand Down
2 changes: 1 addition & 1 deletion sha512.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/

/* Based on: http://www.zedwood.com/article/cpp-sha512-function
* Modified by Elektro Yar, 2020-06-18
* Modified by NewYaroslav, 2020-06-18
*/

#ifndef _HMAC_SHA512_HPP_INCLUDED
Expand Down
Loading