Zebra/zebra-chain/src/primitives/redpallas
teor 8c451968ee
fix(diagnostics): Hex-encode debug format of commitments, nonces, and nullifiers (#5960)
* Format commitments and nonces as hex

* Format Sprout and Sapling nullifiers as hex when debugging

* Format Sprout commitments as hex when debugging

* Format redpallas keys as hex when debugging

* Update code that we're going to delete in the next PR anyway
2023-01-17 13:57:22 +00:00
..
tests Add a test that explicitly checks for a bad RedPallas binding signature in batch verification 2021-06-30 16:26:08 -04:00
batch.rs fix(diagnostics): Hex-encode debug format of commitments, nonces, and nullifiers (#5960) 2023-01-17 13:57:22 +00:00
constants.rs Merge pull request #2099 from ZcashFoundation/redpallas-sig-stub 2021-05-06 10:56:00 -04:00
error.rs Orchard: tidy keys 2021-04-30 00:48:23 -04:00
hash.rs Merge pull request #2099 from ZcashFoundation/redpallas-sig-stub 2021-05-06 10:56:00 -04:00
scalar_mul.rs change(nu5): use new V5 transaction script verification API (#3799) 2022-04-19 10:14:16 +10:00
signature.rs fix(diagnostics): Hex-encode debug format of commitments, nonces, and nullifiers (#5960) 2023-01-17 13:57:22 +00:00
signing_key.rs fix(diagnostics): Hex-encode debug format of commitments, nonces, and nullifiers (#5960) 2023-01-17 13:57:22 +00:00
tests.rs Batch match and multiscalar multiplication for redpallas 2021-06-30 16:26:08 -04:00
verification_key.rs fix(diagnostics): Hex-encode debug format of commitments, nonces, and nullifiers (#5960) 2023-01-17 13:57:22 +00:00