Skip to content

Commit cbacdc7

Browse files
committed
cleanup
1 parent ec0cb47 commit cbacdc7

File tree

4 files changed

+3
-326
lines changed

4 files changed

+3
-326
lines changed

src/main/java/org/ngengine/bech32/Bech32.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@
3535
import java.nio.ByteBuffer;
3636
import java.nio.charset.StandardCharsets;
3737

38-
// Bech32 encoder/decoder
39-
// based on https://github.com/SamouraiDev/bech32/tree/master
40-
// this implementation aims to be faster reducing memory allocations,
41-
// copying and gc pressure.
42-
// + thread safe
43-
38+
/**
39+
* Fast, low memory, thread safe and gc friendly Bech32 encoder/decoder.
40+
*/
4441
public class Bech32 {
4542

4643
private static final String CHARSET = "qpzry9x8gf2tvdw0s3jn54khce6mua7l";

src/test/java/com/samourai/wallet/segwit/Bech32Util.java

Lines changed: 0 additions & 153 deletions
This file was deleted.

src/test/java/com/samourai/wallet/segwit/Pair.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/test/java/org/ngengine/bech32/TestBech32Performance.java

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)