]> Sergey Matveev's repositories - btrtrc.git/commit
bencode: Encode arrays of bytes as strings
authorMatt Joiner <anacrolix@gmail.com>
Thu, 28 Oct 2021 05:21:23 +0000 (16:21 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 28 Oct 2021 05:21:23 +0000 (16:21 +1100)
commit446016cb270c35038387d9447cc4f80f8012ba1d
treee2b05897e5e66d526c80b674d057f3f6de7798d1
parent8b368b3832ca87f19c703ab48ba355e625190b2b
bencode: Encode arrays of bytes as strings

This looks appropriate with the use of byte arrays in DHT for BEP44.
bencode/encode.go
bencode/encode_test.go