Watch
1
0
Fork
You've already forked parahash
0
mirror of https://github.com/rheaplex/parahash.git synced 2026-09-16 16:51:44 +00:00
No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2015-10-23 18:58:03 -07:00
AUTHORS First version. 2015-10-09 21:49:49 -07:00
COPYING First version. 2015-10-09 21:49:49 -07:00
parahash.go Add proquint support. 2015-10-23 18:58:03 -07:00
README.md Add proquint support. 2015-10-23 18:58:03 -07:00

Parahash

Parahash reads a text file containing a limited subset of Markdown, prints each paragraph with its cryptographic has as its tile, and prints the hash of those hashes as the resulting document's title.

Recognised Markdown formatting and extraneous whitespace does not affect the hashes.

Usage

Usage: parahash [OPTION] [FILE] -dtlen=8: the length of the document title (in words or digits) -outfile="": the file to write to (defaults to stdout) -ptlen=4: the length of a paragraph title (in words or digits -rep="hex": the representation for hashes - hex, base58, bip39 or proquint