Re-arrange as go module
This commit is contained in:
parent
d79b3830fb
commit
23af60ac88
|
@ -1,4 +1,4 @@
|
||||||
package src
|
package romulus_go
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module romulus_m
|
module git.jacknet.io/TerribleCodeClub/romulus_go
|
||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
|
|
14
main.go
14
main.go
|
@ -1,14 +0,0 @@
|
||||||
package benncgoromulus
|
|
||||||
|
|
||||||
/*
|
|
||||||
Count = 1
|
|
||||||
Key = 000102030405060708090A0B0C0D0E0F
|
|
||||||
Nonce = 000102030405060708090A0B0C0D0E0F
|
|
||||||
PT =
|
|
||||||
AD =
|
|
||||||
CT = 1866911F9E436083F788BBF27C62180A
|
|
||||||
*/
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,4 +1,4 @@
|
||||||
package src
|
package romulus_go
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/rand"
|
"crypto/rand"
|
|
@ -1,4 +1,4 @@
|
||||||
package src
|
package romulus_go
|
||||||
|
|
||||||
// Converted to go with C2GO, tweaks by 51m0n - 2022.
|
// Converted to go with C2GO, tweaks by 51m0n - 2022.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package src
|
package romulus_go
|
||||||
|
|
||||||
// Converted to go with C2GO, tweaks by 51m0n - 2022.
|
// Converted to go with C2GO, tweaks by 51m0n - 2022.
|
||||||
|
|
Loading…
Reference in New Issue