A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/tabrath/cs-multibase below:

multiformats/cs-multibase: Multibase implementation in C#

This project is no longer maintained and has been archived.

C# implementation of multiformats/multibase.

As stated in the specs, multibase encoded strings are prefixed with an identifier for the base it's encoded in.

PM> Install-Package Multiformats.Base

CLI> dotnet install Multiformats.Base

using Multiformats.Base;
using System.Text;

string encoded = Multibase.Encode(MultibaseEncoding.Base32Lower, Encoding.UTF8.GetBytes("hello world"));
// bnbswy3dpeb3w64tmmq
byte[] decoded = Multibase.Decode(encoded, out MultibaseEncoding encoding);

Captain: @tabrath.

Contributions welcome. Please check out the issues.

Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS Code of Conduct.

Small note: If editing the README, please conform to the standard-readme specification.

MIT © 2018 Trond Bråthen


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4