Skip to content

Instantly share code, notes, and snippets.

View aerique's full-sized avatar

aerique aerique

View GitHub Profile

Keybase proof

I hereby claim:

  • I am aerique on github.
  • I am aerique (https://keybase.io/aerique) on keybase.
  • I have a public key whose fingerprint is 3F31 3094 E482 D903 BE77 59B4 2645 7E27 6A9F 5004

To claim this, I am signing this object:

Verifying that "aerique.id" is my Blockstack ID. https://onename.com/aerique
@aerique
aerique / cl-rich-test-card.sh
Created February 18, 2021 12:29
Use the Python Rich library from Common Lisp.
#!/usr/bin/env -S sbcl --script
;;;; Assumes the Python Rich library has been installed.
;;;; - https://github.com/willmcgugan/rich#rich
;;;;
;;;; To install (and assuming no Python experience):
;;;; - `python3 -m venv venv`
;;;; - `bash`
;;;; - `source venv/bin/activate`
;;;; - `pip install --upgrade pip`
I am attesting that this GitHub handle aerique is linked to the Tezos account tz1UfRjRukGFhcs3vTJFcpnQNyjVud64Cim7 for tzprofiles
sig:edsigtZVF4Xf9whP2tP1qvTgv7x2gWB6otwr4wrdRZKhxmkrJ7ZM6Qe85g6YFoUK7Eg9mM4C16btGLRMy2L9CbouKorrQd26po9
;;;; schnorr-bip340.lisp
;;;;
;;;; https://github.com/bitcoin/bips/blob/master/bip-0340/reference.py
;;;; https://github.com/bitcoin/bips/blob/master/bip-0340/test-vectors.csv
;;;;
;;;; sbcl --load schnorr-bip340.lisp --eval "(progn (run-tests) (quit))"
;;; Packages
(ql:quickload :ironclad)