Package | Description |
---|---|
net.messagevortex.router.operation |
Contains classes required to execute mix operations in memory.
|
Modifier and Type | Class and Description |
---|---|
static class |
AddRedundancy.SimplePrng
Wrapper for the java random number generator (not normative).
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
AddRedundancy.pad(int blocksize,
int numberOfOutBlocks,
byte[] data,
Prng prng,
int c1,
int c2)
padds a given payload block.
|
static byte[] |
AddRedundancy.unpad(int blocksize,
int numberOfOutBlocks,
byte[] in,
Prng prng)
Removes padding from a byte array.
|
Copyright © 2023. All rights reserved.