24 Commits (master)

Author SHA1 Message Date
Graham 71b1ac8e20 Rename XteaKey to SymmetricKey 8 months ago
Graham 4ac91e4f29 Move XteaKey to its own file 8 months ago
Graham 651b2f8b5f Update Guice 8 months ago
Graham 483a8a0f16 Support arrays larger than 2**29 in Whirlpool implementation 9 months ago
Graham bba220aebc Add SHA-1 extension method to ByteBuf 9 months ago
Graham 650e298bc9 Add CREATE_ACCOUNT packet 2 years ago
Graham 03e6c3dd81 Annotate crypto methods with @Jvm{Overloads,Static} 2 years ago
Graham cf6e7cf8e7 Add methods for reading RSA keys from memory 3 years ago
Graham 7eae597892 Move RsaKeyProvider to the config module 3 years ago
Graham b37e4d0d0b Use alternatives for most methods deprecated in Kotlin 1.5 3 years ago
Graham 3d09c4d90a Make XteaKey a data class 3 years ago
Graham 31db959a46 Add XteaKeyDeserializer 3 years ago
Graham 5e6afb88f6 Improve RSA method naming 3 years ago
Graham 98d25539b9 Combine RSA encrypt and decrypt methods into a single crypt method 3 years ago
Graham ed7eb10411 Relax isPrivate checks in the encrypt/decrypt methods 3 years ago
Graham e9e7b7848d Add constant for the RSA magic byte 3 years ago
Graham 46b311c5ad Add XteaKey Jackson serializer 3 years ago
Graham f1c3c65811 Use upper case hex digits in golden ratio constant 3 years ago
Graham 1e3257acf7 Use consistent case for Unicode escapes in the Whirlpool S-box 3 years ago
Graham f90b9df505 Replace Paths.get() with Path.of() 3 years ago
Graham c70cfcfb30 Add ByteBuf.whirlpool() extension method 3 years ago
Graham 6f815b6334 Move return outside try block 3 years ago
Graham a86f000f88 Add StreamCipher interface and a NopStreamCipher implementation 4 years ago
Graham f143eef142 Move Kotlin files from src/{main,test}/java to src/{main,test}/kotlin 4 years ago