https://github.com/newtonproject/hep-tools
Tools for HEP
https://github.com/newtonproject/hep-tools
Last synced: 3 months ago
JSON representation
Tools for HEP
- Host: GitHub
- URL: https://github.com/newtonproject/hep-tools
- Owner: newtonproject
- License: gpl-3.0
- Created: 2019-06-20T10:58:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T14:39:54.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T08:16:20.852Z (5 months ago)
- Language: Python
- Homepage: https://www.newtonproject.org
- Size: 20.5 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools for HEP
## 1. Dependency
If using MacOS, install **pip** first.`
sudo easy_install pip
`## 2. Installtion
`
pip install heptools
`## 3. Usages
### Generate the secp256r1 private key and public key
`
heptools -path private.key
`