libauth icon indicating copy to clipboard operation
libauth copied to clipboard

An ultra-lightweight, zero-dependency TypeScript library for Bitcoin Cash, Bitcoin, and Bitauth applications.

Results 58 libauth issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies
javascript

I've been trying to merge some libsecp256k1 upstream into libauth-secp256k1. This would solve #25, which is what i need. Merging with bitcoin-core libsecp256k1 and solving conflicts is too painful and...

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.9.0 to 0.9.1. Commits 3e8764e Bump version 5b6d0e8 Backport the reimplementation of transmute fa46b38 Fixed lifetime unsoundness in arr macro. See full diff in compare view [![Dependabot...

dependencies
rust

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.9.0 to 0.9.1. Commits 3e8764e Bump version 5b6d0e8 Backport the reimplementation of transmute fa46b38 Fixed lifetime unsoundness in arr macro. See full diff in compare view [![Dependabot...

dependencies
rust

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.9.0 to 0.9.1. Commits 3e8764e Bump version 5b6d0e8 Backport the reimplementation of transmute fa46b38 Fixed lifetime unsoundness in arr macro. See full diff in compare view [![Dependabot...

dependencies
rust

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.9.0 to 0.9.1. Commits 3e8764e Bump version 5b6d0e8 Backport the reimplementation of transmute fa46b38 Fixed lifetime unsoundness in arr macro. See full diff in compare view [![Dependabot...

dependencies
rust

Hey, great library. I was able to reliably generate BTC addresses using HD. Next I'd like to build a multisig address (P2SH or P2WSH), and spend any inputs. I can't...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Hey Jason, I've been eager to try your library for like EVER now, but I never knew where to begin. I recently integrated [Hop.cash](https://hop.cash/) into my platform [Smartstarter](https://smartstarter.cash/) and had...

generatePrivateKey() only takes one argument, not ```secp256k1``` as first parameter so I removed it. solution to issue #58 & #82