refactor: Start implementation of public API
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package utility
|
||||
|
||||
import "github.com/pojntfx/stfs/pkg/config"
|
||||
|
||||
func Keygen(
|
||||
pipes config.PipeConfig,
|
||||
crypto config.CryptoConfig,
|
||||
) (privkey []byte, pubkey []byte, err error)
|
||||
Reference in New Issue
Block a user