bcs icon indicating copy to clipboard operation
bcs copied to clipboard

Rust implementation of the Binary Canonical Serialization (BCS) format

Results 2 bcs issues
Sort by recently updated
recently updated
newest added

This Pull Request implements BCS deserialization from implementers of `std::io::Read`. ## Strategy The PR aims to maintain a minimal diff over the previous implementation. To that end, the following changes...

I am really confused about Why must the serialized object for signing be canonical. The process of signing involves the sender's object being serialized into a byte array, which is...