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
rovdyl
638afd8995
reorganize namespacing
...
specify eng-us region and make room for future ordinal conversion
2019-02-06 17:58:43 -06:00
rovdyl
1ae891bbb0
fix indentation
2019-02-06 17:52:56 -06:00
rovdyl
ec7c615c1e
add tests
2019-02-05 20:59:24 -06:00
Fang
e424635832
Use actual @q notation for tickets
2018-11-23 22:56:55 +01:00
Fang
90379789a0
Update keygen in accordance with latest spec
...
For details on these changes, see urbit/fora-posts#9 .
2018-11-23 22:52:49 +01:00
Fang
35fe55c701
Merge branch 'release-candidate' into keygen-changes
2018-11-14 16:20:04 -08:00
Fang
7b1148833a
Update keygen tests
2018-11-13 14:59:45 -08:00
Fang
b4167ffef0
Update keygen tests
2018-11-12 18:12:34 -08:00
Joe Bryan
cb56ee3a9b
tracks message length in rs256 signatures
2018-11-06 18:12:05 -05:00
Fang
bba117de54
Add tests for keygen
2018-11-05 17:59:43 -08:00
Fang
1556402668
Implement BIP39 as a library
...
Currently only uses the official English wordlist, but could be expanded
to use various other wordlists in the future.
Includes tests.
2018-10-24 14:55:35 -07:00
Elliot Glaysher
03ed4dbee5
Rebuild the test support library so its easier and doesn't use entropy.
2018-08-29 14:57:22 -07:00
Elliot Glaysher
fbfabe50d3
10: Mass rename +expect-nu-eq to +expect-eq
2018-08-29 11:09:37 -07:00
Elliot Glaysher
06b491ed5e
8: Move acme libraries to expect-nu-eq
2018-08-29 10:58:49 -07:00
Joe Bryan
44c16cf75f
5. moves :acme JWK, JWS and tests out of app
2018-08-29 09:17:58 -07:00
Joe Bryan
407584cda7
4. moves :acme RS256, PKCS1/8/10, PEM and tests out of app
2018-08-29 09:17:25 -07:00
Joe Bryan
7e982c0f2c
3. moves :acme RSA and tests out of app
2018-08-29 09:17:19 -07:00
Joe Bryan
b81dedf626
2. moves :acme ASN1, DER and tests out of app
2018-08-29 09:16:44 -07:00
Joe Bryan
bf6739574a
1. moves :acme base64 and tests out of app
2018-08-29 09:16:36 -07:00