libcose icon indicating copy to clipboard operation
libcose copied to clipboard

gh-pages out of date

Open kfessel opened this issue 4 years ago • 0 comments

Readme.md advices to check https://bergzand.github.io/libcose/ for documentation which seems out of data to me

Dependencies:

    [cn-cbor](https://github.com/cabo/cn-cbor)
    Either [TweetNaCl](https://tweetnacl.cr.yp.to/) or [libsodium](https://github.com/jedisct1/libsodium) as crypto library
    A memory block allocator (can be malloc/calloc based)

vs

Dependencies:

    [NanoCBOR](https://github.com/bergzand/NanoCBOR)
    Either [HACL-C](https://github.com/mitls/hacl-c), [libsodium](https://github.com/jedisct1/libsodium) or [mbed TLS](https://tls.mbed.org/) as crypto library

kfessel avatar Apr 25 '22 15:04 kfessel