Call to set bad block pass through
(passBadBlocks bool)
| 217 | |
| 218 | // Call to set bad block pass through |
| 219 | func (c *Cipher) setPassBadBlocks(passBadBlocks bool) { |
| 220 | c.passBadBlocks = passBadBlocks |
| 221 | } |
| 222 | |
| 223 | // Key creates all the internal keys from the password passed in using |
| 224 | // scrypt. |
no outgoing calls
no test coverage detected