New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/VidarSolutions/btcutil/base58

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/VidarSolutions/btcutil/base58

  • v0.0.0-20240802040525-624c315b3c7c
  • Source
  • Go
  • Socket score

Version published
Created
Source

base58

Build Status ISC License GoDoc

Package base58 provides an API for encoding and decoding to and from the modified base58 encoding. It also provides an API to do Base58Check encoding, as described here.

A comprehensive suite of tests is provided to ensure proper functionality.

Installation and Updating

$ go get -u github.com/VidarSolutions/btcutil/base58

Examples

  • Decode Example
    Demonstrates how to decode modified base58 encoded data.
  • Encode Example
    Demonstrates how to encode data using the modified base58 encoding scheme.
  • CheckDecode Example
    Demonstrates how to decode Base58Check encoded data.
  • CheckEncode Example
    Demonstrates how to encode data using the Base58Check encoding scheme.

License

Package base58 is licensed under the copyfree ISC License.

FAQs

Package last updated on 02 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc