Skip to content

dijonkitchen/pontifex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

codecov

Ponifex, the solitaire cipher

Building in Javascript with test-driven development. To learn more about cryptography and continue building incremental functionality, with fast tests, and complete coverage for inexpensive adaptability.

You can see details on how this was built with the conventional commits in the git log!

Background:

https://www.schneier.com/academic/solitaire/

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

brew install node
brew install yarn

Running the tests

Testing was done with Jest.

To run tests:

yarn test

For development, you can watch for changes with:

yarn test --watch