heartsucker
heartsucker
Also as a note, this is even more annoying because writing metadata is more complex. How would I take the bytes of a hash and encode them as both a...
>Yes, it would be nice to point it out in the top level crate doc that there is no interoperability with anything else, on purpose, as per-spec. It would also...
> Thanks, that would have helped in understanding the differencies/caveats before digging into the code :) Honestly, I didn't actually expect people to start using this so much yet. :)...
Interesting stuff. I think this ticket is a long ways off since making everything work in JSON is a pain enough as it is.
I'm not implementing anything yet, but I had to do a huge rewrite because the current API backed me into a corner. The rewrite includes support for non-JSON formats, and...
Those two are distinct mostly in the sense that I like to have distinct types for distinct entities. A metadata path shouldn't be treated like a target path and vice...
It says alpha, so there's not guarantees of compatibility. :sweat_smile: If you want, I can cut another alpha from the head of `master` and push it.
Looks like we have a problem. Cargo won't let me publish. ``` $ cargo publish Updating crates.io index Packaging tuf v0.3.0-alpha4 (/home/heartsucker/code/heartsucker/rust-tuf) error: failed to prepare local package for uploading...
There's actually enough different about Uptane that this isn't possible to implement here, but there should be a facility to allow the verification of random `Read` objects. For example: ```rust...