Skip to content

Commit

Permalink
style(kzg_hiding.py): add description
Browse files Browse the repository at this point in the history
Add descriptions of which project this code is adapted from
  • Loading branch information
ahy231 committed Sep 26, 2024
1 parent 9764d05 commit 26ea4d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/kzg_hiding.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# This KZG implementation is adapted from the arkworks project
# https://github.com/arkworks-rs/poly-commit
# Specifically, from the file poly-commit/src/kzg10/mod.rs
# Commit version: 12f5529c9ca609d07dd4683fcd1e196bc375eb0d

from group import DummyGroup
from unipolynomial import UniPolynomial
from field import Field
Expand Down

0 comments on commit 26ea4d3

Please sign in to comment.