Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sidazhang
/
bitcoinjs-lib
Public
forked from
bitcoinjs/bitcoinjs-lib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 27, 2014
integration tests for scripthash transcations
sidazhang
committed
fe4332b
Copy full SHA for fe4332b
Commits on Apr 26, 2014
Merge pull request #160 from bitcoinjs/signScriptSig-test
Show description for 953223c
dcousens
committed
953223c
Copy full SHA for 953223c
Fixes signScriptSig test
weilu
committed
70219c8
Copy full SHA for 70219c8
Merge pull request #154 from dcousens/convrem
Show description for 45c1c83
weilu
committed
45c1c83
Copy full SHA for 45c1c83
Merge pull request #152 from dcousens/p2shsign
Show description for 6833aca
weilu
committed
6833aca
Copy full SHA for 6833aca
Commits on Apr 25, 2014
Merge pull request #151 from dcousens/rfc6979testvectors
Show description for 355bc7e
kyledrake
committed
355bc7e
Copy full SHA for 355bc7e
Removes unused functions from convert
dcousens
committed
e40377a
Copy full SHA for e40377a
Renames createInputScript to createPubKeyHashScriptSig
dcousens
committed
69c0497
Copy full SHA for 69c0497
Adds assertions for types in signScriptSig
dcousens
committed
a4e68d1
Copy full SHA for a4e68d1
Renames p2shsign to signScriptSig
dcousens
committed
8ad8f6f
Copy full SHA for 8ad8f6f
Adds tests for TX.prototype.p2shsign
dcousens
committed
fbf8211
Copy full SHA for fbf8211
Removes convert module
dcousens
committed
1c52f9f
Copy full SHA for 1c52f9f
Removes type coercion for a stricter TX API
dcousens
committed
5546cae
Copy full SHA for 5546cae
Removes applyMultisigs and adds setScriptSig
dcousens
committed
9af8d95
Copy full SHA for 9af8d95
Adds assertion messages
dcousens
committed
89cf731
Copy full SHA for 89cf731
Adds RFC6979 test vectors and fixes ecdsa.sign/detGenK
dcousens
committed
c3e9d56
Copy full SHA for c3e9d56
Merge pull request #157 from ethers/master
Show description for 960d931
weilu
committed
960d931
Copy full SHA for 960d931
assertion message
ethers
committed
1c8f135
Copy full SHA for 1c8f135
make sure createInputScript convert pubKey to buffer before writing out bytes
Show description for 102f2bd
weilu
committed
102f2bd
Copy full SHA for 102f2bd
Commits on Apr 24, 2014
Merge pull request #150 from dcousens/bigitests
Show description for 373b05d
weilu
committed
373b05d
Copy full SHA for 373b05d
Removes toPaddedBuffer and extends toBuffer
dcousens
committed
df6ea8a
Copy full SHA for df6ea8a
Commits on Apr 23, 2014
Adds BI.toPaddedBuffer and toBuffer
dcousens
committed
d8883e8
Copy full SHA for d8883e8
Fixes typo and adds more direct answer
dcousens
committed
596b31b
Copy full SHA for 596b31b
Updates README.md
Show description for 96fb95d
dcousens
committed
96fb95d
Copy full SHA for 96fb95d
Commits on Apr 22, 2014
Enforces Array input for deterministicGenerateK
dcousens
committed
bc37e65
Copy full SHA for bc37e65
Commits on Apr 21, 2014
Merge pull request #146 from dcousens/magictests
Show description for 1b66976
kyledrake
committed
1b66976
Copy full SHA for 1b66976
Merge pull request #143 from dcousens/multisigfix
Show description for 21aa517
kyledrake
committed
21aa517
Copy full SHA for 21aa517
Merge pull request #117 from dcousens/rmjsbn
Show description for 4689abb
kyledrake
committed
4689abb
Copy full SHA for 4689abb
Merge pull request #145 from dcousens/b58coretests
Show description for eb6225b
kyledrake
committed
eb6225b
Copy full SHA for eb6225b
Merge pull request #144 from dcousens/b58clean
Show description for 1349ab2
kyledrake
committed
1349ab2
Copy full SHA for 1349ab2
Replacse JSBN with bigi
dcousens
committed
ae60e6e
Copy full SHA for ae60e6e
Removes unused imports and unused parameter
dcousens
committed
b95b5d5
Copy full SHA for b95b5d5
Isolates test/ec.js ECPointFp.decodeFrom tests
dcousens
committed
873dc95
Copy full SHA for 873dc95
Removes ecdsa.getBigRandom
dcousens
committed
96ebb65
Copy full SHA for 96ebb65
Adds working implementation of Script.createP2SHMultisigScriptSig
dcousens
committed
f5ce83b
Copy full SHA for f5ce83b
Pagination
Previous
Next
You can’t perform that action at this time.