Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages