init: v1.0.0
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package blockmode
|
||||
|
||||
func dup(p []byte) []byte {
|
||||
q := make([]byte, len(p))
|
||||
copy(q, p)
|
||||
return q
|
||||
}
|
||||
Reference in New Issue
Block a user