Open-source multiplayer game server compatible with the RuneScape client https://www.openrs2.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Graham cf6e7cf8e7 Add methods for reading RSA keys from memory 3 years ago
..
CryptoJacksonModule.kt Add XteaKeyDeserializer 3 years ago
CryptoModule.kt Move RsaKeyProvider to the config module 3 years ago
IsaacRandom.kt Use upper case hex digits in golden ratio constant 3 years ago
NopStreamCipher.kt Add StreamCipher interface and a NopStreamCipher implementation 4 years ago
Pkcs12KeyStore.kt Move Kotlin files from src/{main,test}/java to src/{main,test}/kotlin 4 years ago
Rsa.kt Add methods for reading RSA keys from memory 3 years ago
StreamCipher.kt Add StreamCipher interface and a NopStreamCipher implementation 4 years ago
ThreadLocalSecureRandom.kt Move Kotlin files from src/{main,test}/java to src/{main,test}/kotlin 4 years ago
Whirlpool.kt Use alternatives for most methods deprecated in Kotlin 1.5 3 years ago
Xtea.kt Make XteaKey a data class 3 years ago
XteaKeyDeserializer.kt Add XteaKeyDeserializer 3 years ago
XteaKeySerializer.kt Add XteaKey Jackson serializer 3 years ago