diff --git a/base91.lua b/base91.lua index 630326c..fc003a6 100644 --- a/base91.lua +++ b/base91.lua @@ -1,5 +1,5 @@ -- Part of the massive rewrite I am making for the bin library. this library will sport hex, base32, base64, and base91 when it is done --- For now feel free to take a look at this code +-- For now feel free to take a look at this code and use it for your own needs bit=require("bit") function table.flip(t) local tt={}