libs5-go/encoding
Derrick Hammer 84acde6c72
fix: base64 needs to use raw url
2024-01-24 13:55:56 -05:00
..
testdata refactor: move test consts under testdata folder in pkg 2024-01-04 02:51:05 -05:00
cid.go fix: ensure we actually have a full cid 2024-01-24 01:51:29 -05:00
cid_test.go refactor: rename CID decode to CIDFromString 2024-01-09 08:23:35 -05:00
encoding.go refactor: move UnmarshalBase64UrlJSON to encoding to prevent an import loop 2024-01-04 09:51:35 -05:00
encrypted_cid.go fix: move everything using endian to uint64 2024-01-10 11:00:01 -05:00
multibase.go fix: need to export Encoder for test cases 2024-01-04 10:08:13 -05:00
multibase_test.go refactor: rename CID decode to CIDFromString 2024-01-09 08:23:35 -05:00
multihash.go fix: base64 needs to use raw url 2024-01-24 13:55:56 -05:00
multihash_test.go refactor: make fullBytes private and create a getter 2024-01-06 07:11:51 -05:00
nodeid.go fix: dont strip off anything 2024-01-07 11:24:47 -05:00