mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-10-31 16:39:15 +00:00
Test CodeQL
This commit is contained in:
parent
a8e8a92002
commit
f6a4f0e920
|
@ -28,10 +28,8 @@ import (
|
|||
"golang.org/x/term"
|
||||
)
|
||||
|
||||
var KiB = 1 << 10
|
||||
var MiB = 1 << 20
|
||||
var GiB = 1 << 30
|
||||
var TiB = 1 << 40
|
||||
var rs5, _ = infectious.NewFEC(5, 15)
|
||||
var rs16, _ = infectious.NewFEC(16, 48)
|
||||
var rs24, _ = infectious.NewFEC(24, 72)
|
||||
|
|
Loading…
Reference in a new issue