Skip to content

danivilardell/crypto-notes

 
 

Repository files navigation

Cryptography Notes

Notes from several resources, based on Cryptography, Zero-Knowledge Proofs and Number Theory.

Usage

Just yarn to setup the packages, and then yarn dev to run a development build.

How it works

You write Markdown documents under the content folder, and these are automatically parsed by the code to be transformed into HTML.

Each article must bear the following gray-matter:

---
title: 'Title of the article'
desc: 'Short description about this article.'
order: 1 # order it appears in the category
cat: 'Category name'
---

The slug of the document will be derived from it's path under content folder. For example, content/math/addition.md will turn into /math___addition.html.

About

My notes related to Cryptography, Number Theory and Zero-Knowledge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.5%
  • SCSS 21.2%
  • JavaScript 1.3%