mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-14 10:14:53 -04:00
Giving credit to author of bencoding operation
This commit is contained in:
parent
41ce2eceff
commit
7b0a92ad1e
2 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,8 @@ const FLAG = {
|
|||
|
||||
/**
|
||||
* Class for decoding data from the Bencode format.
|
||||
* Credit to @isolomak:
|
||||
* https://github.com/isolomak/bencodec
|
||||
*/
|
||||
class BencodeDecoder {
|
||||
/**
|
||||
|
|
|
@ -64,6 +64,8 @@ const FLAG = {
|
|||
|
||||
/**
|
||||
* BencodeEncoder class for encoding data into bencode format.
|
||||
* Credit to @isolomak:
|
||||
* https://github.com/isolomak/bencodec
|
||||
*/
|
||||
class BencodeEncoder {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue