Alex Potsides
a0f387aeab
fix: replace node buffers with uint8arrays ( #180 )
...
* fix: replace node buffers with uint8arrays
All usage of node buffers have been replaced with uint8arrays.
BREAKING CHANGES:
- Where node Buffers were returned, now Uint8Arrays are
* chore: remove commented code
2020-08-07 16:23:02 +02:00
Carson Farmer
e01977c5a3
feat: add typescript types + linting/tests ( #161 )
...
* feat: adds typescript types + linting/tests
Signed-off-by: Carson Farmer <carson.farmer@gmail.com>
* feat: much better types testing
Signed-off-by: Carson Farmer <carson.farmer@gmail.com>
* chore: revert eslintignore
Signed-off-by: Carson Farmer <carson.farmer@gmail.com>
* feat: update types entry
Signed-off-by: Carson Farmer <carson.farmer@gmail.com>
* chore: exclude has no effect here
Signed-off-by: Carson Farmer <carson.farmer@gmail.com>
* feat: more nuanced return types on keypair
Signed-off-by: Carson Farmer <carson.farmer@gmail.com>
2020-01-17 12:04:52 +01:00
dirkmc
0b686d363c
chore: add error codes ( #155 )
...
* chore: add error codes
* chore: create errors with new Error()
* fix: better error testin
* refactor: simplify random bytes error checks
2019-07-22 11:16:02 +01:00
Alan Shaw
ad7107233e
feat: refactor to use async/await ( #131 )
...
BREAKING CHANGE: API refactored to use async/await
feat: WIP use async await
fix: passing tests
chore: update travis node.js versions
fix: skip ursa optional tests on windows
fix: benchmarks
docs: update docs
fix: remove broken and intested private key decrypt
chore: update deps
2019-07-10 17:15:26 +01:00
David Dias
2f8e234044
refactor: the whole thing ( #102 )
2017-07-22 10:57:27 -07:00