1.0.1 • Published 6 years ago

ctverif v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Build Status npm version

ctverif

A tool for verifying constant-time code.

Requirements

The basic requirements are:

which rely transitively on:

Installation

Install from npm:

$ npm i -g ctverif

Usage

Run without arguments for usage:

$ ctverif

Development

Emulate installation of local repository:

$ npm link

Release a new version to npm:

$ npm version [major|minor|patch]
$ npm publish
1.0.1

6 years ago

1.0.0

7 years ago