Racket support for SHA-1 and SHA-2 ================================== Starting point: Racket's `web-server/stuffers/hmac-sha1` and `file/sha1`. Uses the approach of delegating to OpenSSL via Racket's FFI. Adds the four SHA-2 algorithms: SHA-224, SHA-256, SHA-384, SHA-512. See [documentation on PLaneT](http://planet.racket-lang.org/package-source/gh/sha.plt/1/0/planet-docs/manual/index.html).