cryptomancer CI Releases License

A comprehensive cryptographic library for Crystal providing implementations of fundamental cryptographic algorithms following industry standards and RFC specifications.

Overview

cryptomancer is a pure Crystal implementation of essential cryptographic primitives, designed to be fast, secure, and easy to use. The library focuses on providing well-tested, standards-compliant implementations of hash functions, ciphers, and other cryptographic building blocks.

Features

What's Included

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      cryptomancer:
        github: qwd666/cryptomancer
  2. Run shards install

Usage

require "cryptomancer"

Available Classes

Development

TODO Write development instructions here

Contributing

  1. Fork it (https://github.com/qwd666/cryptomancer/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors