zadig

Results 3 issues of zadig

srp: avoid unecessary copies in `process_reply`. [`from_bytes_be`] and [`to_bytes_be`] were unnecessarily used multiple times. [`from_bytes_be`]: https://docs.rs/num-bigint/latest/num_bigint/struct.BigUint.html#method.from_bytes_be [`to_bytes_be`]: https://docs.rs/num-bigint/latest/num_bigint/struct.BigUint.html#method.to_bytes_be

srp: compute `K = H(S)` correctly. According to [the specification] section _The SRP protocol_, `K` (which corresponds to the session key) is computed as follows: ``` K = H(S) ```...

Hello `nom` team. This is my very first contribution to `nom`, so I maybe did things wrong here. Also, please note that I'm quite bad at naming things, so `flat_some`...