mirror of
https://github.com/luxfi/go-bip32.git
synced 2026-07-27 01:14:41 +00:00
f7d992a286b19030658aa1f07278f17ecd13234d
Fixes 5 stdlib CVEs (html/template, os, net/url, crypto/x509 x2).
GO-BIP32
This repository contains a local copy of the original github.com/tyler-smith/go-bip32 library.
⚠️ Important Notice
The original go-bip32 library by tyler-smith has been removed from GitHub. To ensure continuity and compatibility for existing projects, this repository provides a preserved version of the library based on a previously cached local copy.
Usage
There are two ways to use this fork in your project:
- Replace the original path in
go.mod
replace github.com/tyler-smith/go-bip32 => github.com/luxfi/go-bip32 v1.0.0
- Import directly via
go getYou can also import this fork directly using:
go get github.com/luxfi/go-bip32
Original README
The original README from the now-deleted repository is preserved in this repo as tyler-smith.README.md
Description
BIP-32 HD key derivation library for Go: generate and manage hierarchical deterministic wallets.
68 KiB
Languages
Go
100%