| 157 | } |
| 158 | |
| 159 | type permKeygen struct { |
| 160 | offset int |
| 161 | length int |
| 162 | perm []int |
| 163 | pos int32 |
| 164 | } |
| 165 | |
| 166 | func newPermKeygen(offset, length int) *permKeygen { |
| 167 | return &permKeygen{ |
nothing calls this directly
no outgoing calls
no test coverage detected