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

Dev libsodium #40

Merged
merged 21 commits into from
Feb 24, 2021
Merged

Dev libsodium #40

merged 21 commits into from
Feb 24, 2021

Commits on Feb 2, 2021

  1. [LFS]:{set git lfs.}

    bruce committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a68af06 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

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

Commits on Feb 7, 2021

  1. [shell script]:{detecting environmental variable ANDROID_NDK_HOME bef…

    …ore build libsodium.}
    bruce committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    7a0a21c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02780e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. [test]:{testing aes and chacha20.}

    bruce committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    4916d14 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

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

Commits on Feb 20, 2021

  1. [fix]:{1. fix that decrypt char* cant be print; 2.add key generation …

    …algorithm.}
    bruce committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    161336f View commit details
    Browse the repository at this point in the history
  2. [algrithm]:{print generated aes key.}

    bruce committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    ce87dda View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    364cd34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26c9b87 View commit details
    Browse the repository at this point in the history
  3. [native]:{add shell script for building libsodium static library.}

    in addition,some useless codes I removed.
    bruce committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e5f8089 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    BruceWind authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    3f10000 View commit details
    Browse the repository at this point in the history
  5. [fix]:{error from Ubuntu building.}

    hide committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    8b692db View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    46e4bda View commit details
    Browse the repository at this point in the history
  2. [CMake]:{modify CMakeLists.txt and make it build suc.}

    remove cpp directory.
    bruce committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    3fb8927 View commit details
    Browse the repository at this point in the history
  3. [README]:{modify README.}

    bruce committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    ce12aaf View commit details
    Browse the repository at this point in the history
  4. [memory]:{recycle memory.}

    hide committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    f45dccc View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    a346b9f View commit details
    Browse the repository at this point in the history
  2. [refactor]:{refactor native build mk file.}

    bruce committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    fd90adb View commit details
    Browse the repository at this point in the history
  3. [del]:{remove useless codes.}

    bruce committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    bc986ef View commit details
    Browse the repository at this point in the history
  4. [Test]:{fix a native crash that pressure-test occured.}

    修复一个压力测试爆出出来的bug
    bruce committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    0823bb1 View commit details
    Browse the repository at this point in the history