Implement missing bit_array
module functions
#1
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
nix incompatibility
Some function works differently or doesn't work in the Nix target
Missing functions:
encode64
decode64
base16_encode
base16_decode
Implementations would likely be in Nix FFI, as bit arrays use Nix lists/"arrays", and we can't depend on
glistix_nix
.The text was updated successfully, but these errors were encountered: