Update Home
21
Home.md
21
Home.md
@@ -5,18 +5,15 @@
|
|||||||
Supported encodings:
|
Supported encodings:
|
||||||
- Base2 (binary)
|
- Base2 (binary)
|
||||||
- Base8 (octal)
|
- Base8 (octal)
|
||||||
- Base16 (hexadecimal)
|
- Base10 (decimal)
|
||||||
|
- Base16 (hexadecimal, uppercase/lowercase)
|
||||||
- Base32
|
- Base32
|
||||||
- Base64
|
- Base36
|
||||||
|
- Base45
|
||||||
## Targets
|
- Base56
|
||||||
|
- Base58
|
||||||
| Target | Status |
|
- Base62
|
||||||
|------------------|---------------|
|
- Base64 (standard/URL)
|
||||||
| JVM | Supported |
|
|
||||||
| JavaScript | Supported |
|
|
||||||
| Native (Linux) | Supported |
|
|
||||||
| Native (Windows) | Not Supported |
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -28,6 +25,6 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.infendro:encoding:1.2.0")
|
implementation("com.infendro:encoding:1.3.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user