An implementation of the Romulus-M cryptography specification.
Go to file
Jack Hadrill 736c1b208b Add development dependencies 2022-01-29 11:00:51 +00:00
.vscode Boilerplate TS project. 2022-01-29 10:57:04 +00:00
src Boilerplate TS project. 2022-01-29 10:57:04 +00:00
.gitignore Boilerplate TS project. 2022-01-29 10:57:04 +00:00
LICENSE Initial commit 2022-01-29 10:31:20 +00:00
README.md Boilerplate TS project. 2022-01-29 10:57:04 +00:00
package-lock.json Add development dependencies 2022-01-29 11:00:51 +00:00
package.json Add development dependencies 2022-01-29 11:00:51 +00:00
tsconfig.json Boilerplate TS project. 2022-01-29 10:57:04 +00:00

README.md

Romulus-JS

An implementation of the Romulus-M cryptography specification.

Build

Build instructions coming soon.

Visual Studio Code

This repository contains the necessary configuration files to debug, test and build Romulus-JS using only Visual Studio Code.

Run the build task (Ctrl+Shift+B or ⇧⌘B) to automatically compile the Typescript source files in the background.

Debug and test instructions for Visual Studio Code coming soon.

Contribution

JavaScript Style Guide

This library uses ts-standard, based on JavaScript Standard Style. Please ensure all contributions are ts-standard compliant before submitting a pull request.