A pure Elixir implementation of the ANSI X9.63 Key Derivation Function.
If available in Hex, the package can be installed
by adding x963kdf
to your list of dependencies in mix.exs
:
def deps do
[
{:x963kdf, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/x963kdf.
The test vectors under text/fixtures
were retrieved from the NIST's
Cryptographic Algorithm Validation Program on 2024-07-17.