Add license information to SHA2Engine

This commit is contained in:
Transporter 2017-03-21 14:14:00 +01:00
parent a721b1cb47
commit 2f66ecba38
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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>