komputing / KEthereum

Kotlin library for Ethereum
MIT License
350 stars 73 forks source link

Closes #44: Abstract spongy castle #46

Closed rmeissner closed 6 years ago

rmeissner commented 6 years ago

Implements walleth/kethereum#44

rmeissner commented 6 years ago

I used objects since most of the implementations don't need a state and therefore I avoid that they need to be recreated each time you access them.

Any specific reason why you prefer classes (I am just curious 😄 )

ligi commented 6 years ago

:+1: thanks - great work!

I prefer classes to objects as I hate global state - and objects tend to introduce global state