mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 19:54:38 +01:00
Add license information to SHA2Engine
This commit is contained in:
parent
a721b1cb47
commit
2f66ecba38
@ -10,6 +10,9 @@
|
||||
// Secure Hash Standard SHA-2 algorithm
|
||||
// (FIPS 180-4, see http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf)
|
||||
//
|
||||
// Based on the implementation of mbed TLS (Apache 2.0)
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
|
||||
#ifndef Foundation_SHA2Engine_INCLUDED
|
||||
#define Foundation_SHA2Engine_INCLUDED
|
||||
|
@ -10,6 +10,9 @@
|
||||
// Secure Hash Standard SHA-2 algorithm
|
||||
// (FIPS 180-4, see http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf)
|
||||
//
|
||||
// Based on the implementation of mbed TLS (Apache 2.0)
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
|
||||
#include "Poco/SHA2Engine.h"
|
||||
#include <cstring>
|
||||
|
Loading…
Reference in New Issue
Block a user