public function testEntropyLengthCanBeZero()
 {
     $this->config->setEntropyLength(0);
     $this->assertEquals(0, $this->config->getEntropyLength());
 }