Skip to content

Releases: esl/fast_scram

0.6.0

28 Dec 22:39
ade985d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

08 May 16:56
c705306
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.4...0.5.0

0.4.3

01 Dec 13:55
a0cba33
Compare
Choose a tag to compare

Fix release with fast_pbkdf2

0.4.2

04 Nov 15:49
10dffb8
Compare
Choose a tag to compare

Make compilation deterministic, inline list functions

Full Changelog: 0.4.1...0.4.2

fast_scram 0.4.1

14 May 12:59
fc7b6aa
Compare
Choose a tag to compare

Test in OTP24

fast_scram 0.4.0

09 Mar 21:38
398b571
Compare
Choose a tag to compare

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

22 Feb 23:09
Compare
Choose a tag to compare

Introduce full pbkdf2 compliance #4

fast_scram 0.2.0

11 Jan 14:22
928aa91
Compare
Choose a tag to compare

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

09 Jul 21:17
a0bd7b0
Compare
Choose a tag to compare

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.