forked from pool/libcotp
47dfd20f9ff3c8aaa18c6ad4150f78acfbf9d605fa23ca45b4eca471150658b4
- Drop libbaseencode dep, since it's no longer necessary and obsolete it
- Fix changelog typo
- update to 2.0.0:
* In particular, libbaseencode has been merged with libcotp, so now users
can call base32 functions by just including `cotp.h`
BREAKING CHANGES:
* `totp_verify` has been removed
* `hotp_verify` has been removed
* `base64_encode` has been removed
* `base64_decode` has been removed
ADDED:
* new API `otp_to_int`
* `base32` encoding and decoding functions from libbaseencode
* new tests for libcotp
CHANGES:
* the soversion is now set only from the `$major` version (e.g. `2`), and
not from `$major$minor` (e.g. `12`) like it used to be.
OBS-URL: https://build.opensuse.org/request/show/1062422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcotp?expand=0&rev=7
Description
No description provided
Languages
RPM Spec
100%