bech32 icon indicating copy to clipboard operation
bech32 copied to clipboard

Faster Version with the new bech32-fast library?

Open gitmachtl opened this issue 4 years ago • 1 comments

hey @KtorZ , would it be possible to get a new version here with the faster bech32 library you have built?

gitmachtl avatar Dec 28 '21 19:12 gitmachtl

Possibly, but it may be difficult since the API of fast-bech32 is actually quite different from this one... Simplified, but also arguably less typesafe. So, porting part of the (optimized) implementation while preserving the current API isn't trivial..

KtorZ avatar Dec 28 '21 20:12 KtorZ