redshiftzero
redshiftzero
## Description Currently, we have no pagination on results on either the SecureDrop source or journalist interface. For example, this means that if a news organization isn't great about deleting...
This PR is going to stage the various address-breaking changes we have planned prior to mainnet: - [x] Uses new poseidon parameters by removing the pinned branch called `oldparams` -...
We are rolling back to Tendermint 0.34 due to instability of the p2p layer - [ ] Backporting ABCI domain types changes - [ ] Propagating tower-abci - [ ]...
This has two of the items towards #1264. It adds a `symmetric` module that contains a new `PayloadKey` to represent the symmetric key used to encrypt/decrypt notes, memos and swaps...
- [ ] Ensure we use common code paths for deriving symmetric keys for memo, note, and swap encryption (I believe we do for memo and notes): https://github.com/penumbra-zone/penumbra/issues/1265 - [...
The next item towards #1039
**Is your feature request related to a problem? Please describe.** We need a way to update the chain parameters. This could happen: * through governance * ~~if the amount of...
In #430 we added jumbled address encoding. As part of that change, we added a five byte padding (such that the f4jumble construction operates on 16 byte blocks). However, this...
Fixes errors in our spec/docs noted during a security audit (report forthcoming) This also uses an API change that was added in PR: https://github.com/penumbra-zone/decaf377/pull/31
Currently we are using AES-FF1 to encrypt the address index (previously known as the diversifier index) to produce the diversifier (which needs to appear random). However, once our diversifiers are...