We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4fd0f commit 110ba6cCopy full SHA for 110ba6c
src/primitives/mod.rs
@@ -2,11 +2,6 @@
2
// SPDX-License-Identifier: MIT
3
4
//! Provides the internal nuts and bolts that enable bech32 encoding/decoding.
5
-//!
6
-//! ## Overview
7
8
-//! - `gf32`: GF32 elements, i.e. "bech32 characters".
9
-//! - `hrp`: human-readable part.
10
11
pub mod gf32;
12
pub mod hrp;
0 commit comments