ghashp8-ppc.pl (e5451c8f8330e03ad3cfa16048b4daf961af434f) | ghashp8-ppc.pl (c2e415fe75bbc83c1cd9299b12b81aa2f5ad7c6e) |
---|---|
1#!/usr/bin/env perl | 1#!/usr/bin/env perl |
2# SPDX-License-Identifier: GPL-2.0 3 4# This code is taken from the OpenSSL project but the author (Andy Polyakov) 5# has relicensed it under the GPLv2. Therefore this program is free software; 6# you can redistribute it and/or modify it under the terms of the GNU General 7# Public License version 2 as published by the Free Software Foundation. |
|
2# | 8# |
9# The original headers, including the original license headers, are 10# included below for completeness. 11 |
|
3# ==================================================================== 4# Written by Andy Polyakov <appro@openssl.org> for the OpenSSL 5# project. The module is, however, dual licensed under OpenSSL and 6# CRYPTOGAMS licenses depending on where you obtain it. For further 7# details see http://www.openssl.org/~appro/cryptogams/. 8# ==================================================================== 9# 10# GHASH for for PowerISA v2.07. --- 224 unchanged lines hidden --- | 12# ==================================================================== 13# Written by Andy Polyakov <appro@openssl.org> for the OpenSSL 14# project. The module is, however, dual licensed under OpenSSL and 15# CRYPTOGAMS licenses depending on where you obtain it. For further 16# details see http://www.openssl.org/~appro/cryptogams/. 17# ==================================================================== 18# 19# GHASH for for PowerISA v2.07. --- 224 unchanged lines hidden --- |