Skip to content

0.16.0

Compare
Choose a tag to compare
@wilko77 wilko77 released this 06 Aug 06:55

Welcome new clkhash

clkhash underwent a transformation to a single purpose library. We stripped away the CLI and the REST client to talk to the anonlink entity service. This functionality found a new home at the anonlink-client.
Clkhash's new and sole purpose is to generate encodings.

Changelog

  • Removes rest_client and cli modules. This functionality has been migrated to anonlink-client.

Breaking Changes

  • clkhash continues its metamorphosis from a client to a support library. Clkhash now returns the computed CLKs as bitarrays and not as base64-serialized strings any more. (#370)