1.0.4 • Published 3 years ago

tiny-pow v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

⚙️ tiny-pow - Tiny proof of work for modern browsers

last commit bundle size version downloads license

Tiny proof of work library for browser. It does use SubtleCrypto and async/await so it requires a secure context and a modern browser.

<script type="module">
  import tinyPow from "https://unpkg.com/tiny-pow";
  // use it as a module or just copy/paste the code

  await tinyPow("my data", 4)
  // will return the salt that has 4 zeros at the beginning of sha256("my data" + salt)
</script>
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago