Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #367: Hex validation for
PrivateNoiseKey
.
380e02e Hex validation for `PrivateNoiseKey`. (Zshan0) Pull request description: The input of `PrivateNoiseKey` present [here](https://github.com/revault/revault-gui/blob/master/src/installer/view.rs#L217) currently is only constraining the input to 64 bytes, but doesn't check if the string is a valid hex sequence. Based on the implementation of the validation for `noise_key` for `DefineCoordinator` present [here](https://github.com/revault/revault-gui/blob/master/src/installer/step/mod.rs#L315) the validation for hex sequence have been made as requested in #348 ACKs for top commit: edouardparis: ACK 380e02e Tree-SHA512: 29b63aedbf7d6e7e110ceadc41130001d6208f0ec1c4f49733357db7d44cec8e390c245bd573f816975937deaf8fbba46ffb6726db952f04f17f4828210c6cde
- Loading branch information