Skip to content
/ uvint Public

Unsigned varint encodes unsigned integers in 7-bit groups.

License

Notifications You must be signed in to change notification settings

tetcoin/uvint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uvint - unsigned-varint encoding

Unsigned varint encodes unsigned integers in 7-bit groups. The most significant bit (MSB) in each byte indicates if another byte follows (MSB = 1), or not (MSB = 0).

For details see: https://github.com/multiformats/unsigned-varint

About

Unsigned varint encodes unsigned integers in 7-bit groups.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages