Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

D-Nice/argon2_bind

Repository files navigation

nimble

builder-linuxbuilder-winbuilder-macostesterlinter

GitHub deploymentsGitHub file size in bytesGitHub tag (latest SemVer)

Nim binding library to the Argon2C 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 ifusing--dynlibOverride:libargon2 -d:dynlink, even if you pass--threads:on.However, it doesn't make much sense to pass these parameters though, with thestatic linking being built-in as the default.


[8]ページ先頭

©2009-2025 Movatter.jp