Liking cljdoc? Tell your friends :D

buddy.sign.compact

Compact high level message signing implementation.

It has high influence by django's cryptographic library and json web signature/encryption but with focus on have a compact representation. It's build on top of fantastic ptaoussanis/nippy serialization library.

This singing implementation is not very efficient with small messages, but is very space efficient with big messages.

The purpose of this implementation is for secure message transfer, it is not really good candidate for auth token because of not good space efficiency for small messages.

Compact high level message signing implementation.

It has high influence by django's cryptographic library
and json web signature/encryption but with focus on have
a compact representation. It's build on top of fantastic
ptaoussanis/nippy serialization library.

This singing implementation is not very efficient with
small messages, but is very space efficient with big
messages.

The purpose of this implementation is for secure message
transfer, it is not really good candidate for auth token
because of not good space efficiency for small messages.
raw docstring

buddy.sign.jwe.cek

Json Web Encryption Content Encryption Key utilities.

Json Web Encryption Content Encryption Key utilities.
raw docstring

buddy.sign.jws

Json Web Signature implementation.

Json Web Signature implementation.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close