Black Lives Matter. Support the Equal Justice Initiative.

Text file src/crypto/elliptic/internal/fiat/README

Documentation: crypto/elliptic/internal/fiat

     1  The code in this package was autogenerated by the fiat-crypto project
     2  at commit c076f3550 from a formally verified model.
     3  
     4      docker build -t fiat-crypto:c076f3550 .
     5      docker run fiat-crypto:c076f3550 --lang Go --no-wide-int --cmovznz-by-mul \
     6          --internal-static --public-function-case camelCase --public-type-case camelCase \
     7          --private-function-case camelCase --private-type-case camelCase \
     8          --no-prefix-fiat --package-name fiat --doc-text-before-function-name '' \
     9          --doc-prepend-header 'Code generated by Fiat Cryptography. DO NOT EDIT.' \
    10          --doc-newline-before-package-declaration p521 64 9 '2^521 - 1' \
    11          carry_mul carry_square carry add sub to_bytes from_bytes selectznz \
    12          > p521_fiat64.go
    13  
    14  It comes under the following license.
    15  
    16      Copyright (c) 2015-2020 The fiat-crypto Authors. All rights reserved.
    17  
    18      Redistribution and use in source and binary forms, with or without
    19      modification, are permitted provided that the following conditions are
    20      met:
    21  
    22          1. Redistributions of source code must retain the above copyright
    23          notice, this list of conditions and the following disclaimer.
    24  
    25      THIS SOFTWARE IS PROVIDED BY the fiat-crypto authors "AS IS"
    26      AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
    27      THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    28      PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Berkeley Software Design,
    29      Inc. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    30      EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    31      PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    32      PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    33      LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    34      NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    35      SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    36  
    37  The authors are listed at
    38  
    39      https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS
    40  

View as plain text