refactor: qmc don't export internal functions
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package qmc
|
||||
|
||||
func NewStaticCipher() *staticCipher {
|
||||
func newStaticCipher() *staticCipher {
|
||||
return &defaultStaticCipher
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user