Releases: esl/fast_scram
0.6.0
What's Changed
- Updates by @NelsonVides in #12
- Make it possible to use without nifs by @NelsonVides in #13
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Handle gracefully invalid base64 text by @NelsonVides in #10
Full Changelog: 0.4.4...0.5.0
0.4.3
Fix release with fast_pbkdf2
0.4.2
Make compilation deterministic, inline list functions
Full Changelog: 0.4.1...0.4.2
fast_scram 0.4.1
Test in OTP24
fast_scram 0.4.0
Fix an issue with the OTP_RELEASE
macro and crypto:hmac
deprecation (#6)
Reduce CI, factor out pbkdf2 code to fast_pbkdf2
fast_scram 0.3.0
Introduce full pbkdf2 compliance #4
fast_scram 0.2.0
Implement the entire SCRAM protocol in one helper library #3
Clean, pure, and purely functional Erlang code, plus one NIF for the performance critical pbkdf
function.
fast_scram 0.1.0
A working NIF implementation of the hi
challenge algorithm of SCRAM.
fast_scram is an Erlang implementation of the Salted Challenge Response Authentication Mechanism, where the challenge algorithm is a carefully-optimised NIF that respects the latency properties of the BEAM.