Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 344 Bytes

File metadata and controls

9 lines (6 loc) · 344 Bytes

HTTP HMAC Signer for Ruby

An implementation of the HTTP HMAC Spec in Ruby. Note that version/branch 2.0 of the spec is the current and active one. All new projects should use 2.0.

  • Branch 2.0 in this repo matches the 2.0 spec
  • Branch 1.0 in this repo matches the 1.0 spec, but is incomplete.