]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/sha/asm/sha256-586.pl
Add support for Intel SHA extension.
[thirdparty/openssl.git] / crypto / sha / asm / sha256-586.pl
CommitLineData
ee0449b1
AP
1#!/usr/bin/env perl
2#
3# ====================================================================
f889bb03 4# Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
ee0449b1
AP
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# SHA256 block transform for x86. September 2007.
11#
ee9bf3eb
AP
12# Performance improvement over compiler generated code varies from
13