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
This is a basic Swift implementation of Recursive Length Prefix Encoding, a serialisation method for encoding arbitrarily structured binary data (byte arrays).
6
6
@@ -35,7 +35,7 @@ Adding RLPSwift as a dependency is as easy as adding it to the `dependencies` va
0 commit comments