Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: build merkle root, merkle tree and merkle proof with Rust #52

Closed
wants to merge 6 commits into from

wip

8157efa
Select commit
Loading
Failed to load commit list.
Closed

feat: build merkle root, merkle tree and merkle proof with Rust #52

wip
8157efa
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Bandit failed Jan 29, 2024 in 5s

3 new alerts including 2 errors

New alerts in code changed by this pull request

  • 2 errors
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1 in test/merkletreejs/index.py

See this annotation in the file changed.

Code scanning / Bandit

The pyCrypto library and its module keccak are no longer actively maintained and have been deprecated. Consider using pyca/cryptography library. Error test

The pyCrypto library and its module keccak are no longer actively maintained and have been deprecated. Consider using pyca/cryptography library.

Check failure on line 7 in test/accelerator/test_accelerator.py

See this annotation in the file changed.

Code scanning / Bandit

The pyCrypto library and its module keccak are no longer actively maintained and have been deprecated. Consider using pyca/cryptography library. Error test

The pyCrypto library and its module keccak are no longer actively maintained and have been deprecated. Consider using pyca/cryptography library.

Check notice on line 31 in test/accelerator/test_accelerator.py

See this annotation in the file changed.

Code scanning / Bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Note test

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.