Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement missing bit_array module functions #1

Open
4 tasks
PgBiel opened this issue Apr 27, 2024 · 0 comments
Open
4 tasks

Implement missing bit_array module functions #1

PgBiel opened this issue Apr 27, 2024 · 0 comments
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

Comments

@PgBiel
Copy link
Member

PgBiel commented Apr 27, 2024

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.

@PgBiel PgBiel added good first issue Good for newcomers nix incompatibility Some function works differently or doesn't work in the Nix target labels Apr 27, 2024
@PgBiel PgBiel added the help wanted Extra attention is needed label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant