komputing / KHash

Different hash functions in Kotlin (SHA3 with Keccak and Shake variants, sha256, ripemd160)
MIT License
54 stars 10 forks source link

Fixing errors of PR 23 #25

Closed BierDav closed 1 year ago

BierDav commented 1 year ago

I couldn't build the project based on the follwing pr fork https://github.com/komputing/KHash/pull/23

This fixes all the problems, except one. That the required native Targets of khex are not published yet, so it will require an additional version upgrade. This has already been requested by this comment: https://github.com/komputing/KHex/pull/14#issuecomment-1551740354

BierDav commented 1 year ago

@ligi Can you please take a look?

BierDav commented 1 year ago

CI should be fine

ligi commented 1 year ago

I think after the changes of #23 and merging it this can be closed?