poseidon - Poseidon Hash Function

Pub

This library implements poseidon-lite in Dart.

Warning

This implementation has not been audited.

Installation

dependencies:
  poseidon: ^0.0.1

Quickstart

import 'package:poseidon/poseidon.dart';

final hash = poseidon2([BigInt.one, BigInt.two]);