issues Search Results · repo:jlouis/enacl language:Erlang
Filter by
31 results
(53 ms)31 results
injlouis/enacl (press backspace or delete to remove)https://github.com/jlouis/enacl/pull/74
This is clearly a bug and should just be merged...
srevenant
- Opened on Feb 5
- #80
To whom it may concern,
Elixir test task we build for my startup use enacl for cryptography, however when we started moving to nix-docker, which
is the best Docker image compilation backend (better than ...
cognivore
- Opened on Sep 2, 2024
- #75
I had run into this error before, but ended up not worrying about it because I was using Nix to provide libsodium. Since
my colleague is using Homebrew, and it doesn t provide older versions, this is going ...
IslandUsurper
- Opened on Jul 29, 2024
- #73
The following macro in enacl_nif.c determines if dirty schedulers are to be used or not:
#ifdef ERL_NIF_DIRTY_JOB_CPU_BOUND
#define erl_nif_dirty_job_cpu_bound_macro(a, b, c) ...
timofey-barmin
- Opened on Dec 19, 2023
- #71
There s an issue with enacl:pwhash() when Ops|Mem limits are specified only on Windows amd64. The issue is that Ops|Mem
limits are parsed using enif_get_ulong().
unsigned long on Windows is 4-bytes wide ...
neelima32
- Opened on Mar 30, 2023
- #69
the Makefile options for compiling enacl fail for the arm-64 darwin architectures. See upstream in rebar where the -arch
x86 flag is no longer specified (https://github.com/erlang/rebar3/issues/2655). ...
hailelagi
- 1
- Opened on Feb 13, 2023
- #68
Not sure if this is an enacl issue, but with the following minimal flake.nix:
{
inputs = {
nixpkgs.url = github:nixos/nixpkgs ;
};
outputs = {self, nixpkgs}:
let pkgs = nixpkgs.legacyPackages.x86_64-linux; ...
cognivore
- 1
- Opened on Dec 5, 2021
- #64
Steps to reproduce
1. Use 1.2.1
2.
iex(doma@redacted A :enacl.generichash(32, [ hello , world ], )
** (ArgumentError) argument error
(enacl 1.2.1) :enacl_nif.crypto_generichash(32, [ hello ...
cognivore
- Opened on Nov 9, 2021
- #62
As reported here, valid pwhash_limit atoms aren t enumerated in typespec exported by enacl. Is there a particular reason
for that, or PR adding it would be a good contribution?
serokellcao
- 4
- Opened on Jul 6, 2021
- #59

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.