Skip to content

Commit 444c66f

Browse files
committed
passing tests
1 parent 4f19d04 commit 444c66f

File tree

115 files changed

+7481
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+7481
-1
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
8+
# Test binary, built with `go test -c`
9+
*.test
10+
11+
# Output of the go coverage tool, specifically when used with LiteIDE
12+
*.out
13+
14+
# Dependency directories (remove the comment below to include it)
15+
# vendor/
16+
17+
# Go workspace file
18+
go.work

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# goblst
2+
3+
A minimalistic Go binding for [blst](https://github.com/supranational/blst) BLS12-381 signature library targeted to Tezos ecosystem

assembly.S

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "blst/build/assembly.S"

0 commit comments

Comments
 (0)