Skip to content

Instantly share code, notes, and snippets.

@yayitswei
Created September 25, 2010 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yayitswei/596672 to your computer and use it in GitHub Desktop.
Save yayitswei/596672 to your computer and use it in GitHub Desktop.
phrygian:tracker wei$ cake repl
user=> (javax.crypto.Mac/getInstance "HmacSHA1")
java.security.NoSuchAlgorithmException: Algorithm HmacSHA1 not available (NO_SOURCE_FILE:0)
phrygian:tracker wei$ lein repl
"REPL started; server listening on localhost:35455."
user=> (javax.crypto.Mac/getInstance "HmacSHA1")
#<Mac javax.crypto.Mac@5759780d>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment