Hello,
you're welcome.
I still have an issue with the signature using String (instead of bytes
array):
See this gist:
https://gist.github.com/st/d52ae86b8ddb83a6f6b4
Regards,
__
s t
On Monday, July 6, 2015 at 5:27:34 PM UTC+2, Andrey Antukh wrote:
>
> Hi Stéphane Tavera!
>
> Thank you very m
Hi Stéphane Tavera!
Thank you very much for notice me about that documentation inconsistency.
It is already fixed in master!
Cheers.
Andrey
On Mon, Jul 6, 2015 at 10:59 AM, Stéphane Tavera
wrote:
> Hey Andrey,
>
> I have just begun looking at buddy.core, by following the documentation
> here:
Hey Andrey,
I have just begun looking at buddy.core, by following the documentation
here:
https://funcool.github.io/buddy-core/latest/
It seems there is an error here (or there is something I did not get ??):
(-> (hmac/verify "foo bar" "61849448bdbb67b..." "mysecretkey" :sha256)
(codecs/byt
Hi!
I am happy to announce a new release of buddy, a security library for
clojure.
Since the buddy is split in different modules, here relevant changes across
all modules:
buddy-core:
- Improved padding's namespace api (has a little breaking change: `unpad!`
function is replaced by `unpad`)
- A