···11The MIT License
2233-Copyright (c) 2019 Etienne Millon
33+Copyright (c) 2019 Etienne Millon, 2021 Hannes Mehnert
4455Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
···2121THE SOFTWARE.
222223232424-C stubs in `p256_32.h`, `p256_64.h` and `p256_stubs.c` were generated using
2424+C stubs in `*_32.h` and `*_64.h` were generated using
2525Fiat (https://github.com/mit-plv/fiat-crypto) and thus these files are
2626licensed under the MIT license with the following copyright :
2727----------------------------
2828-Copyright (c) 2015-2016 Andres Erbsen <andreser@mit.edu>
2828+Copyright (c) 2015-2020 Andres Erbsen <andreser@mit.edu>
2929 Google Inc.
3030 Jade Philipoom <jadep@mit.edu> <jade.philipoom@gmail.com>
3131 Massachusetts Institute of Technology
3232+ Zoe Paraskevopoulou <zoe.paraskevopoulou@gmail.com>
3333+3434+The code in curve25519_stubs.c and point_operations.h are from BoringSSL with
3535+the following license:
3636+3737+Copyright (c) 2020, Google Inc.
3838+3939+Permission to use, copy, modify, and/or distribute this software for any
4040+purpose with or without fee is hereby granted, provided that the above
4141+copyright notice and this permission notice appear in all copies.
4242+4343+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4444+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4545+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
4646+SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4747+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
4848+OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
4949+CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.