Skip to content

Commit

Permalink
Merge branch 'master' into mm/initial-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
maramihali committed Mar 8, 2024
2 parents 28c38ea + 3342371 commit 2f52efa
Show file tree
Hide file tree
Showing 29 changed files with 128 additions and 1,166 deletions.
3 changes: 3 additions & 0 deletions barretenberg/barretenberg.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
// Some settings can only be configured here.
// The following are just provided as example.
"settings": {
"files.associations": {
"*.tcc": "cpp",
},
//
// Clangd. Note that this setting may be overridden by user settings
// to the default value "clangd".
Expand Down
1 change: 0 additions & 1 deletion barretenberg/cpp/scripts/bb-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ TESTS=(
crypto_schnorr_tests
crypto_sha256_tests
ecc_tests
join_split_example_proofs_inner_proof_data_tests
join_split_example_proofs_notes_tests
numeric_tests
plonk_tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ schnorr_signature schnorr_construct_signature(const std::string& message, const
// method is overloaded to utilise a suitable entropy source
// (see https://github.com/WebAssembly/WASI/blob/main/phases/snapshot/docs.md)
//
// TODO: securely erase `k`
// TODO(https://github.com/AztecProtocol/barretenberg/issues/895): securely erase `k`
Fr k = Fr::random_element();

typename G1::affine_element R(G1::one * k);
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2f52efa

Please sign in to comment.