You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bencode is c++ library used to encode and decode [bencode](https://wiki.theory.org/BitTorrentSpecification) data. I made this library for study purpose. You can extend it in antway they want.
I took help from [here](https://github.com/s3rvac/cpp-bencoding).