|
1 | 1 |
|
2 | 2 | ================================================================================
|
3 | 3 |
|
4 |
| - TinyCrypt Cryptographic Library v1.0 |
| 4 | + TinyCrypt Cryptographic Library |
5 | 5 |
|
6 | 6 | ================================================================================
|
7 | 7 |
|
@@ -34,3 +34,29 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
34 | 34 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
35 | 35 |
|
36 | 36 | ================================================================================
|
| 37 | + |
| 38 | +Copyright (c) 2013, Kenneth MacKay |
| 39 | +All rights reserved. |
| 40 | + |
| 41 | +https://github.com/kmackay/micro-ecc |
| 42 | + |
| 43 | +Redistribution and use in source and binary forms, with or without modification, |
| 44 | +are permitted provided that the following conditions are met: |
| 45 | + * Redistributions of source code must retain the above copyright notice, this |
| 46 | + list of conditions and the following disclaimer. |
| 47 | + * Redistributions in binary form must reproduce the above copyright notice, |
| 48 | + this list of conditions and the following disclaimer in the documentation |
| 49 | + and/or other materials provided with the distribution. |
| 50 | + |
| 51 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 52 | +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 53 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 54 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
| 55 | +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 56 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 57 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 58 | +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 59 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 60 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 61 | + |
| 62 | +================================================================================ |
0 commit comments