generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff3fae4
commit b4d3337
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: page | ||
title: Tagged Base64 | ||
permalink: /tb64intro/ | ||
--- | ||
# Tagged Base64 | ||
|
||
I wrote the [Tagged Base64 Rust | ||
crate](https://github.com/EspressoSystems/tagged-base64). | ||
|
||
[Tagged Base64 | ||
Converter](https://pictographer.github.io/tb64-converter) is a web | ||
interface to demonstrate conversion of text to and from TaggedBase64 | ||
format. The web interface works locally. I haven't yet figured out Git Hub Pages | ||
workflow for wasm yet. You can see the [not-currently-functional | ||
interface](https://pictographer.github.io/tb64-converter/www). | ||
|
||
You can build and run the interface by following the instructions in the README in the [Tagged Base64 Converter repository](https://github.com/pictographer/tb64-converter/). |