Skip to content

chapel-lang/Crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto

A cryptographic library based on 'OpenSSL'.

This module provides a cryptographic library based on OpenSSL.

Installation

Add Crypto as a Mason dependency:

mason add Crypto@0.2.0

Usage

use Crypto;

var sha = new Hash(Digest.SHA256);
var buf = new CryptoBuffer(b"Hello, World!");
var digest = sha.getDigest(buf);

writeln(digest.toHexString());

License

See Mason.toml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors