Skip to content

Repository files navigation

Strobe

This repository contains an implementation of the Strobe protocol framework. See this blogpost for an explanation of what is the framework.

codecovLicenceGitHub contributorsGithub Repo StarsGitHub Sponsors

Usage

import'dart:convert';
import'dart:typed_data';
import'package:convert/convert.dart';
import'package:strobe/strobe.dart';
voidmain() {
finalStrobe s =Strobe.initStrobe('custom_hash', Security.bit128);
finalUint8List message =
utf8.encode('Hello, Drop a star if you like this repo!');
s.aD(false, message); // meta = false// output length = 16// 7ce830010a697657a77b71efff657dd8print(hex.encode(s.prf(16)));
}

Donate

If you like this repo and found it useful, please consider donating ❤️!! Donation goes towards my tuition fees and helps me maintain strobe and other repos. Thank you so much!!

About

Strobe is an implementation of the Strobe protocol framework.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages