-
Notifications
You must be signed in to change notification settings - Fork 17
New API PoC #4
base: calc_x
Are you sure you want to change the base?
New API PoC #4
Commits on May 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8f949b5 - Browse repository at this point
Copy the full SHA 8f949b5View commit details
Commits on May 22, 2016
-
Don't SHA256 the salt any longer in calc_x. Just use a 32 Byte salt. …
…Drop securer_randomer in favor of direct use of RbNaCl RNG
Configuration menu - View commit details
-
Copy full SHA for 27db641 - Browse repository at this point
Copy the full SHA 27db641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18bbb0b - Browse repository at this point
Copy the full SHA 18bbb0bView commit details
Commits on May 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1275295 - Browse repository at this point
Copy the full SHA 1275295View commit details -
Return nil instead of false on certain failures. Make sure docs refle…
…ct return values
Configuration menu - View commit details
-
Copy full SHA for e965c9a - Browse repository at this point
Copy the full SHA e965c9aView commit details -
calc_H_AMK should return a hex value, not a Bignum that we then have …
…to convert to hex
Configuration menu - View commit details
-
Copy full SHA for 33d6aaa - Browse repository at this point
Copy the full SHA 33d6aaaView commit details
Commits on May 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c21a9f3 - Browse repository at this point
Copy the full SHA c21a9f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc5976d - Browse repository at this point
Copy the full SHA bc5976dView commit details -
calc_client_S had an extra % N in the formula which is not present in…
… the protocol spec or the wikipedia sample code
Configuration menu - View commit details
-
Copy full SHA for 5990a1c - Browse repository at this point
Copy the full SHA 5990a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fbe273 - Browse repository at this point
Copy the full SHA 9fbe273View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35caf24 - Browse repository at this point
Copy the full SHA 35caf24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 368a9e9 - Browse repository at this point
Copy the full SHA 368a9e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f5dfa - Browse repository at this point
Copy the full SHA d9f5dfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bccc5ea - Browse repository at this point
Copy the full SHA bccc5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc4009 - Browse repository at this point
Copy the full SHA 8cc4009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6986575 - Browse repository at this point
Copy the full SHA 6986575View commit details -
Configuration menu - View commit details
-
Copy full SHA for f02ba8c - Browse repository at this point
Copy the full SHA f02ba8cView commit details
Commits on May 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 079e3f3 - Browse repository at this point
Copy the full SHA 079e3f3View commit details -
Teach secure_compare to always hash the inputs on its own. Caller sho…
…uld not have to know to do that.
Configuration menu - View commit details
-
Copy full SHA for 00251cc - Browse repository at this point
Copy the full SHA 00251ccView commit details -
Reverse the leakage of OpenSSL::BN type all over the app and enforce …
…that Bignum is used more generally.
Configuration menu - View commit details
-
Copy full SHA for 8f95d04 - Browse repository at this point
Copy the full SHA 8f95d04View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2d918 - Browse repository at this point
Copy the full SHA dd2d918View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a20206 - Browse repository at this point
Copy the full SHA 5a20206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b423a1 - Browse repository at this point
Copy the full SHA 9b423a1View commit details -
Raise an exception on SRP-6a safety check failures instead of returni…
…ng nil quietly. Also allows stricter type checking.
Configuration menu - View commit details
-
Copy full SHA for 9879da5 - Browse repository at this point
Copy the full SHA 9879da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b90cd60 - Browse repository at this point
Copy the full SHA b90cd60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98960d4 - Browse repository at this point
Copy the full SHA 98960d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 073a5f7 - Browse repository at this point
Copy the full SHA 073a5f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f32adb - Browse repository at this point
Copy the full SHA 7f32adbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21955f1 - Browse repository at this point
Copy the full SHA 21955f1View commit details
Commits on Jun 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for db7c5b8 - Browse repository at this point
Copy the full SHA db7c5b8View commit details -
Fixes #1, Swap usage of rubype for contracts gem to enforce types. Ba…
…sic usage, could be further integrated.
Configuration menu - View commit details
-
Copy full SHA for 5de4be7 - Browse repository at this point
Copy the full SHA 5de4be7View commit details
Commits on Jun 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a520977 - Browse repository at this point
Copy the full SHA a520977View commit details
Commits on Jun 26, 2016
-
Merge pull request grempe#2 from Ptico/calc_x
Allow proper handling of safety check exceptions
Configuration menu - View commit details
-
Copy full SHA for 96355fe - Browse repository at this point
Copy the full SHA 96355feView commit details
Commits on Dec 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 71250e5 - Browse repository at this point
Copy the full SHA 71250e5View commit details
Commits on Feb 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 03ab984 - Browse repository at this point
Copy the full SHA 03ab984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 656bb6e - Browse repository at this point
Copy the full SHA 656bb6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0020d30 - Browse repository at this point
Copy the full SHA 0020d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for a455941 - Browse repository at this point
Copy the full SHA a455941View commit details
Commits on Mar 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 01e9aec - Browse repository at this point
Copy the full SHA 01e9aecView commit details
Commits on Mar 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7e0067c - Browse repository at this point
Copy the full SHA 7e0067cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f33dd4b - Browse repository at this point
Copy the full SHA f33dd4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a43ab56 - Browse repository at this point
Copy the full SHA a43ab56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af0739 - Browse repository at this point
Copy the full SHA 7af0739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e0d62f - Browse repository at this point
Copy the full SHA 7e0d62fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5505f71 - Browse repository at this point
Copy the full SHA 5505f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for fffc0f8 - Browse repository at this point
Copy the full SHA fffc0f8View commit details
Commits on Mar 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 64989e8 - Browse repository at this point
Copy the full SHA 64989e8View commit details
Commits on Sep 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d2a4bb6 - Browse repository at this point
Copy the full SHA d2a4bb6View commit details