Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b'

git-subtree-dir: pairing
git-subtree-mainline: ad16ba6a35
git-subtree-split: 09b6e6f921
This commit is contained in:
Jack Grigg
2018-08-28 23:03:42 +01:00
34 changed files with 12247 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#![feature(test)]
extern crate pairing;
extern crate rand;
extern crate test;
mod bls12_381;