upstream: https://github.com/mirage/mirage-crypto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

complete ec/LICENSE.md

+21 -3
+21 -3
ec/LICENSE.md
··· 1 1 The MIT License 2 2 3 - Copyright (c) 2019 Etienne Millon 3 + Copyright (c) 2019 Etienne Millon, 2021 Hannes Mehnert 4 4 5 5 Permission is hereby granted, free of charge, to any person obtaining a copy 6 6 of this software and associated documentation files (the "Software"), to deal ··· 21 21 THE SOFTWARE. 22 22 23 23 24 - C stubs in `p256_32.h`, `p256_64.h` and `p256_stubs.c` were generated using 24 + C stubs in `*_32.h` and `*_64.h` were generated using 25 25 Fiat (https://github.com/mit-plv/fiat-crypto) and thus these files are 26 26 licensed under the MIT license with the following copyright : 27 27 ---------------------------- 28 - Copyright (c) 2015-2016 Andres Erbsen <andreser@mit.edu> 28 + Copyright (c) 2015-2020 Andres Erbsen <andreser@mit.edu> 29 29 Google Inc. 30 30 Jade Philipoom <jadep@mit.edu> <jade.philipoom@gmail.com> 31 31 Massachusetts Institute of Technology 32 + Zoe Paraskevopoulou <zoe.paraskevopoulou@gmail.com> 33 + 34 + The code in curve25519_stubs.c and point_operations.h are from BoringSSL with 35 + the following license: 36 + 37 + Copyright (c) 2020, Google Inc. 38 + 39 + Permission to use, copy, modify, and/or distribute this software for any 40 + purpose with or without fee is hereby granted, provided that the above 41 + copyright notice and this permission notice appear in all copies. 42 + 43 + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 44 + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 45 + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 46 + SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 47 + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 48 + OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 49 + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.