bcode icon indicating copy to clipboard operation
bcode copied to clipboard

bencoding & -decoding library

Results 1 bcode issues
Sort by recently updated
recently updated
newest added

There are fields that are bytes encoded as string, like token, peer id, node id, etc. But actually they are better treated as `bytes` instead of `str`. And the decode...