Jane Lusby
|
4a2d2a359c
|
add cargo fmt to ci (#403)
* add cargo fmt to ci
* rebase on main
* switch to stable
Co-authored-by: Jane Lusby <jane@zfnd.org>
|
2020-05-27 19:12:25 -07:00 |
Jane Lusby
|
b6b35364f3
|
cleanup warnings throughout codebase
|
2020-05-27 15:42:29 -04:00 |
Deirdre Connolly
|
7367daef9f
|
Tidy TransparentAddress FromStr/Display
|
2020-04-22 02:17:17 -04:00 |
Deirdre Connolly
|
d445799626
|
Remove the Deref's and make the From's consistent for all key types
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
16f1e3061f
|
Impl From<(AuthorizingKey, NullifierDerivingKey)> for IncomingViewingKey
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
e508d09e9b
|
Move sapling key tests to own module, test key derivation against test vectors
Impl a few From<[u8; 32]>'s for a few key types.
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
cdfcdc4751
|
Tidy imports
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
c30a5a64b2
|
Get Sapling zaddr encoding roundtrip proptest working for now
TransmissionKey is just the jubjub affine point identity for now. :/
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
aa18937b60
|
Add network, impl Display and FromStr for SaplingShieldedAddress
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
ef9ab8b0ab
|
Remove Debug test
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
01599a0735
|
Fix unneeded initial value and mut
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
23cd346f28
|
Add missing doc comment for sapling addresses
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
33821d427d
|
Add a lazy derive_keys_and_addresses test
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
4acce5aa30
|
Remove static lifetime on some constants
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
8388b13ac9
|
Turn all type aliases into wrapper types with impl Deref
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
b3db623e29
|
Fill out SaplingShieldedAddress impls and some tests
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
8e42c6d8b0
|
Add stub for SaplingShieldedAddress
|
2020-04-18 04:40:31 -04:00 |
Deirdre Connolly
|
c836dcf3b6
|
Docs
|
2020-03-28 02:42:13 -04:00 |
Deirdre Connolly
|
1e71793357
|
Filling out Sprout and Sapling Shielded Addresses
|
2020-03-28 02:42:13 -04:00 |