Theron
|
b62275f07a
|
test
|
2021-02-12 18:54:30 -06:00 |
|
Theron
|
64cbbb2204
|
Merge branch 'secretstream-pr' of https://github.com/spieglt/sodium-javascript into secretstream-pr
|
2021-02-11 18:20:03 -06:00 |
|
Theron
|
90a3777c71
|
remove use of crypto from test
|
2021-02-11 18:19:38 -06:00 |
|
Theron Spiegl
|
f56321821c
|
fix bit shift, although oddly both work
|
2021-01-14 20:40:16 -06:00 |
|
Theron Spiegl
|
eaaaca98ff
|
cleanup
|
2020-12-16 18:59:49 -06:00 |
|
Theron Spiegl
|
7a4e676717
|
fixed dumb poly.update() mistakes, rust now decrypts file encrypted with this
|
2020-12-13 19:18:32 -06:00 |
|
Theron Spiegl
|
aec75e7800
|
exports
|
2020-11-27 22:38:49 -06:00 |
|
Theron
|
36a75bdd3d
|
all tests passing!
|
2020-11-26 16:22:52 -06:00 |
|
Theron Spiegl
|
5fc76d64c0
|
almost done with tests
|
2020-11-26 12:10:55 -06:00 |
|
Theron
|
677b4fcc77
|
tests
|
2020-11-25 23:35:04 -06:00 |
|
Theron
|
8a0d247248
|
fixed dumb return value mistake, passing pull tests
|
2020-11-25 23:20:43 -06:00 |
|
Theron
|
7a9bcc11eb
|
second pull was failing because I wasn't using adlen
|
2020-11-25 23:05:07 -06:00 |
|
Theron
|
9f32f13caa
|
fixed bug!
|
2020-11-25 21:59:30 -06:00 |
|
Theron
|
55f831d826
|
fixing bugs
|
2020-11-24 22:36:09 -06:00 |
|
Theron Spiegl
|
6511bdff34
|
troubleshooting
|
2020-11-24 20:57:47 -06:00 |
|
Theron Spiegl
|
c80437fda0
|
working on test
|
2020-11-24 20:05:34 -06:00 |
|
Theron Spiegl
|
fac94c9aaf
|
test
|
2020-11-24 18:41:50 -06:00 |
|
Theron Spiegl
|
7a8626bfe0
|
lint
|
2020-11-24 17:17:42 -06:00 |
|
Theron Spiegl
|
468a9d82a9
|
pull
|
2020-11-24 17:08:48 -06:00 |
|
Theron
|
f6dc03f84a
|
pull
|
2020-11-23 23:28:38 -06:00 |
|
Theron
|
0cfb053ef5
|
push
|
2020-11-23 22:54:22 -06:00 |
|
Theron Spiegl
|
9c2e01c678
|
push
|
2020-11-23 21:26:50 -06:00 |
|
Theron Spiegl
|
41a7e1a55f
|
lint
|
2020-11-23 20:42:16 -06:00 |
|
Theron Spiegl
|
b6fe5fde1c
|
working on understanding poly1305 initialization
|
2020-11-22 21:30:18 -06:00 |
|
Theron Spiegl
|
b4b58c62a6
|
lint, typo
|
2020-11-22 14:55:13 -06:00 |
|
Theron Spiegl
|
58216d8ca6
|
working on secretstream
|
2020-11-22 14:48:59 -06:00 |
|
Theron Spiegl
|
173a9c6a08
|
hchacha20
|
2020-11-21 11:12:08 -06:00 |
|
Mathias Buus
|
0227f45c6b
|
0.7.3
|
2020-11-13 16:46:11 +01:00 |
|
Mathias Buus
|
ca32540960
|
load the sink just in time
|
2020-11-13 16:46:06 +01:00 |
|
Mathias Buus
|
51093efbc5
|
0.7.2
|
2020-11-12 14:46:28 +01:00 |
|
Christophe Diederichs
|
f79aed4eee
|
turn off worker_threads in browser (#52)
|
2020-11-12 14:04:40 +01:00 |
|
Kyle Mathews
|
3eb1d64460
|
Small copy change to README (#54)
|
2020-11-12 08:39:33 +01:00 |
|
RangerMauve
|
7febc97986
|
Detect window.close is defined (#49)
|
2020-10-09 13:35:11 +02:00 |
|
Christophe Diederichs
|
66494ec3b5
|
0.7.1
|
2020-09-22 15:56:40 +02:00 |
|
Christophe Diederichs
|
35f38a6c10
|
missing export: crypto_sign_ed25519_sk_to_pk
|
2020-09-22 15:50:00 +02:00 |
|
Christophe Diederichs
|
125384f26a
|
remove lockfile
|
2020-09-22 15:34:54 +02:00 |
|
Christophe Diederichs
|
d432fe295d
|
crypto_aead: correctly hadle ad passed as null
|
2020-09-22 15:30:31 +02:00 |
|
Christophe Diederichs
|
97200f90da
|
0.7.0
|
2020-09-22 14:56:20 +02:00 |
|
Christian Bundy
|
656d6d251e
|
Add crypto_auth (#32)
* add crypto_auth_hmac methods
|
2020-09-22 14:49:40 +02:00 |
|
Christian Bundy
|
61b6e6916a
|
Add crypto_box_easy (#29)
* Fix backward crypto_secretbox_detached bug
* Add crypto_box_easy
|
2020-09-22 14:47:36 +02:00 |
|
Christophe Diederichs
|
ab004d8022
|
Add ed25519 conversion operations (#46)
* add ed25519 methods and constants
|
2020-09-22 14:46:45 +02:00 |
|
Christophe Diederichs
|
ce5ac41ecd
|
0.6.3
|
2020-09-15 17:39:54 +02:00 |
|
Christophe Diederichs
|
a82160d51b
|
crypto_verify return booleans & add crypto_verify_64 (#33)
* crypto_verify return booleans
* can now return crypto_verify result directly
* remove redundant return values
* unpackneg check returns boolean
|
2020-09-15 17:27:39 +02:00 |
|
Mathias Buus
|
a546f3e51d
|
0.6.2
|
2020-08-12 15:40:16 +02:00 |
|
Emil Bay
|
a338ae9f9d
|
Missing helpers (#24)
* Detach buffers by sending to an empty message channel
* Move helpers out
* fix import
* export helpers
* Try browser testing
* messagechannel check
* xvfb-run --auto-servernum npm run test-browser fails weirdly on ci, removing
Co-authored-by: Mathias Buus <mathiasbuus@gmail.com>
|
2020-08-12 15:39:14 +02:00 |
|
Christophe Diederichs
|
e4693065fd
|
update dependencies
|
2020-07-13 14:53:38 +02:00 |
|
Christophe Diederichs
|
44e5985630
|
change to universal hashes
|
2020-07-13 14:53:38 +02:00 |
|
Emil Bay
|
f11ff5a727
|
0.6.1
|
2020-06-24 16:30:16 +02:00 |
|
Emil Bay
|
9c30d3ead8
|
Nicer message formatting
|
2020-06-24 16:14:52 +02:00 |
|
Emil Bay
|
ddcdae69a1
|
Upgrade secretbox to sodium-native like api (not exposed there)
|
2020-06-24 16:12:12 +02:00 |
|