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 65 libauth issues
Sort by recently updated
recently updated
newest added

Hope this is correct :) I wanted to be able to generate TOTPs without having to import another crypto lib, so I figured I would implement this into libauth...

The `decodePrivateKeyWif` function will currently allow a Legacy/Base58 BTC address. For example: ``` // Using Base58/Legacy Address const decodedPrivateKey = decodePrivateKeyWif('1CQbfkN8cADaJWk29ARtaa55UNdBa1kLaA'); // Check for errors if (typeof decodedPrivateKey === 'string')...

Console log: Bitauth IDE error: failure in "computeEditorState": TypeError: can't access property "instruction", O is undefined Template: [6c738ce51472783ab44fdacf6882eb63](https://gist.github.com/moonsettler/6c738ce51472783ab44fdacf6882eb63) Steps to reproduce: 1. open template in [ide.bitauth.com](https://ide.bitauth.com/import-gist/6c738ce51472783ab44fdacf6882eb63) 2. navigate to Winternitz...

The code to evaluate scenarios lives in the BitAuth project, but the following functions would be very handy to have in libauth for automated testing of libauth templates. - a...

Reproduce for scenario with: `"version": 3953915070,` (`0xbef4abeb`) `OP_TXVERSION` returns `-341052226` (`0x420b5494`) when I'd expect it to return -1806431422 (`0xbef4abeb`) Found while trying to implement BTC's CTV test vector, import the...