Liking cljdoc? Tell your friends :D

re-share.config.core

Configuration handling

Configuration handling
raw docstring

re-share.core

Common re-ops functions

Common re-ops functions
raw docstring

re-share.encryption

pgp secret encryption support, in order to test we can generate a testing keyring:

gpg --no-default-keyring --keyring trustedkeys.gpg --fingerprint

gpg --no-default-keyring --keyring trustedkeys.gpg --gen-key

A public and private keyrings should be exported (for bountycastle support):

gpg --no-default-keyring --keyring trustedkeys.gpg --export >> test/resources/public.gpg

gpg --no-default-keyring --keyring trustedkeys.gpg --export-secret-keys >> test/resources/secret.gpg

pgp secret encryption support, in order to test we can generate a testing keyring:

  gpg --no-default-keyring --keyring trustedkeys.gpg --fingerprint

  gpg --no-default-keyring --keyring trustedkeys.gpg --gen-key

A public and private keyrings should be exported (for bountycastle support):

  gpg --no-default-keyring --keyring trustedkeys.gpg --export >> test/resources/public.gpg

  gpg --no-default-keyring --keyring trustedkeys.gpg --export-secret-keys >> test/resources/secret.gpg
raw docstring

re-share.spec

Common reusable specs

Common reusable specs
raw docstring

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

× close