go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/common/data/base128/README.txt (about) 1 base128 is an encoding scheme that encoded a sequence of bytes in the low 2 7 bits of each byte of an output sequence of bytes. 3 4 As of 2023 Q1, it has no users, and has thus been deleted. 5 6 Prior to being deleted though, a longstanding bug in base128 was fixed, so 7 the most recent commit that contains the base128 library is safe to restore 8 if the need arises.