15 Commits (b37e4d0d0b1b38c89f1e8b819a1667d6ae8b50c9)

Author SHA1 Message Date
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