forked from briansmith/ring
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge BoringSSL 6e4ff11: Merge Intel copyright notice into standard.
- Loading branch information
Showing
2 changed files
with
10 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,19 @@ | ||
#! /usr/bin/env perl | ||
# Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. | ||
# Copyright (c) 2014, Intel Corporation. All Rights Reserved. | ||
# | ||
# Licensed under the OpenSSL license (the "License"). You may not use | ||
# this file except in compliance with the License. You can obtain a copy | ||
# in the file LICENSE in the source distribution or at | ||
# https://www.openssl.org/source/license.html | ||
|
||
# Copyright (c) 2014, Intel Corporation. | ||
# | ||
# Permission to use, copy, modify, and/or distribute this software for any | ||
# purpose with or without fee is hereby granted, provided that the above | ||
# copyright notice and this permission notice appear in all copies. | ||
# Originally written by Shay Gueron (1, 2), and Vlad Krasnov (1) | ||
# (1) Intel Corporation, Israel Development Center, Haifa, Israel | ||
# (2) University of Haifa, Israel | ||
# | ||
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY | ||
# SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION | ||
# OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN | ||
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
|
||
# Developers and authors: | ||
# Shay Gueron (1, 2), and Vlad Krasnov (1) | ||
# (1) Intel Corporation, Israel Development Center | ||
# (2) University of Haifa | ||
|
||
# Reference: | ||
# S.Gueron and V.Krasnov, "Fast Prime Field Elliptic Curve Cryptography with | ||
# 256 Bit Primes" | ||
# Reference: | ||
# S.Gueron and V.Krasnov, "Fast Prime Field Elliptic Curve Cryptography with | ||
# 256 Bit Primes" | ||
|
||
# Further optimization by <[email protected]>: | ||
# | ||
|