Skip to content

An assemblyScript library for constant time APIs

License

Notifications You must be signed in to change notification settings

hashcloak/as-subtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

as-subtle

An AssemblyScript module for constant-time APIs. This module is heavily modelled after the Go subtle package and Dalek Cryptography's Rust subtle crate.

Installation

Via NPM: npm install hashcloak/as-subtle

Via Yarn: yarn add hashcloak/as-subtle

Usage

Simply import the functions you want into your project. For example,

import {constArrayCompare} from "subtle"

Docs

TODO

Contributing

See CONTRIBUTING.md

Warning

Constant-time APIs is only a facet of writing safe cryptographic code. As such, do seek external audits for any such project. Use at your own risk.

About

An assemblyScript library for constant time APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors