JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package com.github.tommyettinger.random.cipher
package
com.github.tommyettinger.random.cipher
Related Packages
Package
Description
com.github.tommyettinger.random
Random number generators and the code they share, such as the
EnhancedRandom parent class
and the
Deserializer that can read back any class here
.
com.github.tommyettinger.random.distribution
Statistical distributions that make use of
EnhancedRandom
generators from this library.
Classes
Class
Description
SpeckCipher
An implementation of the
Speck Cipher
that can encrypt and decrypt using either CBC or CTR modes.