shrub/tests/lib
benjamin-tlon d06693dc7e
Add support to lens-command for pill output and optimized base64 encoding. (#1068)
Added support to `lens-command` for outputting a pill. We want this so that we can create (solid and brass) pills from `urb.py`.

This also adds an optimized base64 encoding routine. The previous version of base64 stack overflowed on large inputs, and a tail-recursive version took hours to encode 5mb of data. This one uses the `ripn` jet and only takes a second or two.
2019-02-27 16:12:59 -08:00
..
base64.hoon Add support to lens-command for pill output and optimized base64 encoding. (#1068) 2019-02-27 16:12:59 -08:00
bip39.hoon Implement BIP39 as a library 2018-10-24 14:55:35 -07:00
der.hoon Rebuild the test support library so its easier and doesn't use entropy. 2018-08-29 14:57:22 -07:00
jose.hoon tracks message length in rs256 signatures 2018-11-06 18:12:05 -05:00
keygen.hoon Use actual @q notation for tickets 2018-11-23 22:56:55 +01:00
number-to-words.hoon reorganize namespacing 2019-02-06 17:58:43 -06:00
pkcs.hoon tracks message length in rs256 signatures 2018-11-06 18:12:05 -05:00
primitive-rsa.hoon Rebuild the test support library so its easier and doesn't use entropy. 2018-08-29 14:57:22 -07:00