mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-16 04:29:08 +00:00
bba8bf38eb
- Deterministic output commitment masks, based on amount_key - Bulletproof v2 serialization, EcdhInfo serialized as 8 B amount, XOR encrypted by a specific key derived from amount key - Signing - pseudo_out recomputation on inputs, sign step - Dummy encrypted payment ID (if applicable) for better transaction uniformity
37 lines
640 B
TOML
37 lines
640 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
name = "pypi"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
trezor = {git = "https://github.com/trezor/python-trezor", editable = true, ref = "master"}
|
|
protobuf = "==3.4.0"
|
|
|
|
# python-trezor tests
|
|
pytest = "*"
|
|
mock = "*"
|
|
|
|
# make style
|
|
isort = "*"
|
|
flake8 = "*"
|
|
black = "*"
|
|
|
|
# trezor-common cointool
|
|
click = ">=6"
|
|
"ed25519" = ">=1.4"
|
|
requests = ">=2.19"
|
|
munch = ">=2.3.2"
|
|
termcolor = ">=0.1.2"
|
|
Pillow = ">=5.2.0"
|
|
Mako = ">=1.0.7"
|
|
|
|
# monero
|
|
monero_agent = {version = ">=2.0.1", extras = ["tcry", "dev"]}
|
|
py_trezor_crypto_ph4 = {version = ">=0.1.1"}
|
|
|
|
[dev-packages]
|
|
scan-build = "*"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|