|
1 | | -// Released under MIT License and sample code from OpenSSL see below. |
2 | | - |
3 | | -/************************************************************************************ |
4 | | -
|
5 | | -Code is partially based on Demos from OpenSSL. They are released with following info: |
6 | | -
|
7 | | - * Copyright 2021-2023 The OpenSSL Project Authors. All Rights Reserved. |
8 | | - * |
9 | | - * Licensed under the Apache License 2.0 (the "License"). You may not use |
10 | | - * this file except in compliance with the License. You can obtain a copy |
11 | | - * in the file LICENSE in the source distribution or at |
12 | | - * https://www.openssl.org/source/license.html |
13 | | -
|
14 | | - ***********************************************************************************/ |
15 | | - |
| 1 | +/* |
| 2 | + Copyright 2026 B.Kats and Tom Rothamel <pytom@bishoujo.us> |
| 3 | +
|
| 4 | + Permission is hereby granted, free of charge, to any person |
| 5 | + obtaining a copy of this software and associated documentation files |
| 6 | + (the "Software"), to deal in the Software without restriction, |
| 7 | + including without limitation the rights to use, copy, modify, merge, |
| 8 | + publish, distribute, sublicense, and/or sell copies of the Software, |
| 9 | + and to permit persons to whom the Software is furnished to do so, |
| 10 | + subject to the following conditions: |
| 11 | +
|
| 12 | + The above copyright notice and this permission notice shall be |
| 13 | + included in all copies or substantial portions of the Software. |
| 14 | +
|
| 15 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 16 | + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 17 | + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 18 | + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 19 | + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 20 | + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 21 | + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 22 | +*/ |
16 | 23 | #ifndef __EMSCRIPTEN__ |
17 | 24 |
|
18 | 25 | #include "ec_sign_core.h" |
|
0 commit comments