Configuration parser for libconfuse style config files.
EpmdUp: A simple Elixir module to check and manage the Erlang Port Mapper Daemon (epmd).
GetHost: A cross-platform Elixir library for retrieving the fully qualified hostname of a system.
A module to activate VM nodes.
An efficient implementation of the Lehmer GCD algorithm for computing the greatest common divisor of large integers in Elixir.
A pure Elixir implementation of the AKS (Agrawal-Kayal-Saxena) primality test algorithm.
A fast implementation of the binary extended GCD algorithm for Elixir.
An efficient Elixir implementation of the binary GCD algorithm (Stein's algorithm) for computing the greatest common divisor (GCD) of two...
A fast and efficient Elixir library for calculating modular multiplicative inverses.
A high-performance Elixir library for efficient modular arithmetic using Montgomery reduction.
A fast and efficient Elixir library for prime factorization of integers.
A fast and efficient Elixir library for counting trailing zeros in the binary representation of integers.
A utility library for calculating the bit length of integers in Elixir.
A high-performance implementation of the greatest common divisor (GCD) algorithm that combines binary GCD with Lehmer's algorithm for opt...
A mathematical library for detecting perfect powers in Elixir.
A utility library for finding common factors of 2 between two numbers using efficient bitwise operations.
A probabilistic primality test implementation in Elixir based on Fermat's Little Theorem.
A library for generating delta firmware compatible with fwup
A pure Elixir implementation of the Crandall reduction algorithm for efficient modular arithmetic.