Skip to content

Commit

Permalink
chore: modify backticks in comment with pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Inseon Yu(Merlyn) committed Sep 26, 2023
1 parent d22654c commit a3570c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tachyon/crypto/commitments/pedersen/pedersen.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class PedersenParams {
}

static PedersenParams Random(size_t max_size) {
// NOTE(leegwangwoon): For security, `Random` is used instead of
// `CreatePseudoRandomPoints`.
// NOTE(leegwangwoon): For security, |Random| is used instead of
// |CreatePseudoRandomPoints|.
// See
// https://research.nccgroup.com/2023/03/22/breaking-pedersen-hashes-in-practice/

Expand Down

0 comments on commit a3570c2

Please sign in to comment.