Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add crypto module #151

Merged
merged 21 commits into from
Oct 16, 2023
Merged

Add crypto module #151

merged 21 commits into from
Oct 16, 2023

Commits on Sep 28, 2023

  1. fix: ¯\_(ツ)_/¯

    MikeDobrzan committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b1742bf View commit details
    Browse the repository at this point in the history
  2. fix: ¯\_(ツ)_/¯

    MikeDobrzan committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1064993 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. refactor(crypto): decouple crypto into module

    Decouple code which works with data encryption and decryption into separate module.
    parfeon committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    80398f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d642c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    486c2e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b7011e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec5759c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ce6863 View commit details
    Browse the repository at this point in the history
  7. chore: update Gemfile.lock

    parfeon committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    603f24f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. refactor(crypto): move old crypto to specs

    Move old crypto code to specs for tests purpose only.
    
    test(contract): add steps definitions for crypto module
    
    fix(crypto): decrypt empty return immediately
    
    Return empty data from `decrypt` methods immediately if encrypted data is empty.
    parfeon committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    5a7f6c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac463fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b3efcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    706f4c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    7c38f0a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    0119565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1158348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecd6870 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. docs(license): update license

    parfeon committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    220f87a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'CLEN-1588/decouple-crypto-module' of github.com:pubnub/…

    …ruby into CLEN-1588/decouple-crypto-module
    parfeon committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    824f414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c377b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a083f6 View commit details
    Browse the repository at this point in the history