Giving credit to author of bencoding operation

This commit is contained in:
jg42526 2025-05-16 09:37:08 +00:00
parent 41ce2eceff
commit 7b0a92ad1e
2 changed files with 4 additions and 0 deletions

View file

@ -77,6 +77,8 @@ const FLAG = {
/**
* Class for decoding data from the Bencode format.
* Credit to @isolomak:
* https://github.com/isolomak/bencodec
*/
class BencodeDecoder {
/**

View file

@ -64,6 +64,8 @@ const FLAG = {
/**
* BencodeEncoder class for encoding data into bencode format.
* Credit to @isolomak:
* https://github.com/isolomak/bencodec
*/
class BencodeEncoder {
/**