GithubHelp home page GithubHelp logo

d-nice / argon2_bind Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 208 KB

Home Page: https://d-nice.github.io/argon2_bind/argon2_bind.html

License: Apache License 2.0

Nim 16.60% Shell 0.13% C 73.26% C++ 10.00%
nim argon2 kdf hash phc binding ffi cryptography

argon2_bind's Introduction

argon2_bind

nimble

builder-linux builder-win builder-macos tester linter

GitHub deployments GitHub file size in bytes GitHub tag (latest SemVer)

Nim binding library to the Argon2 C implementation.

Dependencies

Static Linking (default)

  • requires --threads:on flag when compiling

Dynamic Linking

  • libargon2
  • pass -d:dynlink flag when compiling to trigger dynamic argon2 use

Supported Distros

nimble i

To install any package dependencies.

Docs

Available @ https://d-nice.github.io/argon2_bind/argon2_bind.html

Notes

You will need at least 1 GiB of free memory to run the tests.

Multithreading

The argon2 execution will be multithreaded in all instances, except if using --dynlibOverride:libargon2 -d:dynlink, even if you pass --threads:on. However, it doesn't make much sense to pass these parameters though, with the static linking being built-in as the default.

argon2_bind's People

Contributors

d-nice avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

argon2_bind's Issues

TODO

  • add tests ensuring fallback works for the 3 hash funcs.
  • add tests for getEncodedLen, since it had to be exported due to the template usage...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.