A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
V
W
X
Z
B
- Base - class in com.goterl.lazysodium.interfaces
- base(LazySodium) - function in com.goterl.lazysodium.interfaces.Ristretto255.RistrettoPoint
- Returns the base point of the Ristretto255 group.
- Base64Facade - class in com.goterl.lazysodium.utils
- Base64FacadeHolder - class in com.goterl.lazysodium.utils
- Static access to a usable Base64Facade
- Base64Java - class in com.goterl.lazysodium.utils
- Base64MessageEncoder - class in com.goterl.lazysodium.utils
- BaseChecker - class in com.goterl.lazysodium.utils
- Box - class in com.goterl.lazysodium.interfaces
- Box.Checker - class in com.goterl.lazysodium.interfaces.Box
- Box.Lazy - class in com.goterl.lazysodium.interfaces.Box
- Box.Native - class in com.goterl.lazysodium.interfaces.Box
- BUNDLED_ONLY - enum entry in com.goterl.lazysodium.utils.LibraryLoader.Mode
Load the bundled version, ignoring the system.
This mode might be useful if the system sodium turns out to be outdated and cannot be upgraded.
- bytes(String) - function in com.goterl.lazysodium.LazySodiumAndroid
- Convert a string to bytes using the configured charset.
- bytes(String) - function in com.goterl.lazysodium.LazySodium
- Convert a string to bytes using the configured charset.
- bytes(String) - function in com.goterl.lazysodium.LazySodiumJava
- Convert a string to bytes using the configured charset.
- bytes(String) - function in com.goterl.lazysodium.interfaces.Base
- Convert a string to bytes using the configured charset.
- bytesToScalar(Array) - function in com.goterl.lazysodium.interfaces.Ristretto255