Skip to content

Commit

Permalink
linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Dec 9, 2024
1 parent de45a54 commit 4a990ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub fn point_to_symmetric_key(secret: Scalar, point: Point) -> [u8; 32] {
shared_secret_bytes_with_separator =
arr_copy_slice(shared_secret, shared_secret_bytes_with_separator, 0);
shared_secret_bytes_with_separator[32] = GENERATOR_INDEX__SYMMETRIC_KEY;
// TODO(https://github.com/AztecProtocol/aztec-packages/issues/10537): Replace use of sha256
sha256(shared_secret_bytes_with_separator)
}

Expand Down

0 comments on commit 4a990ab

Please sign in to comment.