• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

DockerfileD25-Apr-2025506 139

READMED25-Apr-20251.6 KiB3526

fiat_test.goD25-Apr-20251.2 KiB6557

generate.goD25-Apr-20259.1 KiB331244

p224.goD25-Apr-20253.6 KiB13587

p224_fiat64.goD25-Apr-202543.2 KiB1,4621,268

p224_invert.goD25-Apr-20251.8 KiB8855

p256.goD25-Apr-20253.6 KiB13587

p256_fiat64.goD25-Apr-202541.2 KiB1,4011,207

p256_invert.goD25-Apr-20251.7 KiB8552

p384.goD25-Apr-20253.6 KiB13587

p384_fiat64.goD25-Apr-202590.8 KiB3,0372,843

p384_invert.goD25-Apr-20252.1 KiB10367

p521.goD25-Apr-20253.6 KiB13587

p521_fiat64.goD25-Apr-2025167 KiB5,5425,348

p521_invert.goD25-Apr-20251.8 KiB9055

README

1The code in this package was autogenerated by the fiat-crypto project
2at version v0.0.9 from a formally verified model, and by the addchain
3project at a recent tip version.
4
5    docker build -t fiat-crypto:v0.0.9 .
6    go install github.com/mmcloughlin/addchain/cmd/addchain@v0.3.1-0.20211027081849-6a7d3decbe08
7    ../../../../../bin/go run generate.go
8
9fiat-crypto code comes under the following license.
10
11    Copyright (c) 2015-2020 The fiat-crypto Authors. All rights reserved.
12
13    Redistribution and use in source and binary forms, with or without
14    modification, are permitted provided that the following conditions are
15    met:
16
17        1. Redistributions of source code must retain the above copyright
18        notice, this list of conditions and the following disclaimer.
19
20    THIS SOFTWARE IS PROVIDED BY the fiat-crypto authors "AS IS"
21    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
22    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23    PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Berkeley Software Design,
24    Inc. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
27    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
28    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
29    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
30    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
32The authors are listed at
33
34    https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS
35