0 purchases
poseidon
poseidon - Poseidon Hash Function #
This library implements poseidon-lite in Dart.
Warning #
This implementation has not been audited.
Installation #
dependencies:
poseidon: ^0.0.1
copied to clipboard
Quickstart #
import 'package:poseidon/poseidon.dart';
final hash = poseidon2([BigInt.one, BigInt.two]);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.