crystal-primitives

Version, currently main branch1 version
  • main branchlatestMar 6, 2024

github.com/ajgara/crystal-primitives

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crystal-primitives:
    github: ajgara/crystal-primitives
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.10.1
License
MIT
Author
Agustin Garassino

Dependencies

This version declares no dependencies.

README

Crystal primitives

A proof of concept of cryptographic primitives written in Crystal. To run the tests:

$ crystal spec

You can install Crystal by following these instructions.