Skip to content

Commit

Permalink
README: add code from BoringSSL paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Feb 19, 2024
1 parent 7b6c5f4 commit 603a469
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ec/native/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated code from fiat

This directory includes several files ("p*.h") that are generated by
[fiat](https://github.com/mit-plv/fiat-crypto). The Makefile provides
[fiat](https://github.com/mit-plv/fiat-crypto). The GNUmakefile provides
targets to generate these files.

The file "inversion_template.h" is copied from the fiat-crypto repository
Expand All @@ -10,3 +10,9 @@ and has some modifications: the "inversion" function is declared "static",
and the convenience function "inversion" is provided.

The "*_stubs.c" files are handcrafted.

# Code from BoringSSL

The code in "point_operations.h", "curve25519_tables.h", and large parts of
"curve25519_stubs.c" originate from BoringSSL. Minor adjustments have been done
manually.

0 comments on commit 603a469

Please sign in to comment.