added readme
This commit is contained in:
parent
023bb97155
commit
fb2128f0d9
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# goxifrat
|
||||
|
||||
A Go implementation of the xifrat algorithms: https://github.com/danielnager/xifrat/
|
||||
|
||||
## Benchmarks
|
||||
|
||||
```
|
||||
goos: linux
|
||||
goarch: amd64
|
||||
pkg: git.giftfish.de/ston1th/goxifrat
|
||||
cpu: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
|
||||
BenchmarkM-8 152518 7806 ns/op 0 B/op 0 allocs/op
|
||||
BenchmarkSign-8 46566 25593 ns/op 256 B/op 4 allocs/op
|
||||
BenchmarkVerify-8 50998 23431 ns/op 0 B/op 0 allocs/op
|
||||
BenchmarkEncode-8 80553676 14.82 ns/op 0 B/op 0 allocs/op
|
||||
BenchmarkDecode-8 49455292 24.78 ns/op 0 B/op 0 allocs/op
|
||||
PASS
|
||||
ok git.giftfish.de/ston1th/goxifrat 6.620s
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue