diff options
author | Brian Olsen <brian@maven-group.org> | 2024-03-01T20·51+0100 |
---|---|---|
committer | Brian Olsen <brian@maven-group.org> | 2024-03-03T13·07+0000 |
commit | eff2cc4f6844875f3684bfb17a134ccd0b5547a4 (patch) | |
tree | 4dd4863d6b9ba914a0096f6d15d87b0b027f1b39 /tvix/OWNERS | |
parent | 260c2938d4ef038993fbd0c84a7ec220ef3f78f2 (diff) |
fix(tvix/nix-compat): Make CAHash deserialize more formats r/7633
Currently CAHash only deserializes the hash in hex code while the serializer outputs a nixbase32 hash. This means that you can't currently deserialize what has been serialized. This change makes deserialize support any digest format (so hex, nixbase32 and base64) as well as flattens the deserialize code and error handling. It also implements serde methods of HashAlgo directly using Display and TryFrom implementations because otherwise these would get serialized as eg. Sha256 instead of sha256 which also broke CAHash serialize/deserialize. Change-Id: I1941a72eaec741e4956292adaaf0115b97f260ba Reviewed-on: https://cl.tvl.fyi/c/depot/+/11082 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/OWNERS')
0 files changed, 0 insertions, 0 deletions