Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 981 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 981 Bytes

X963KDF Hex Version Hex Docs

A pure Elixir implementation of the ANSI X9.63 Key Derivation Function.

Installation

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.

Tests

The test vectors under text/fixtures were retrieved from the NIST's Cryptographic Algorithm Validation Program on 2024-07-17.