|
@@ -94,7 +94,6 @@ static struct skcipher_alg alg = {
|
|
.base.cra_priority = 300,
|
|
.base.cra_priority = 300,
|
|
.base.cra_blocksize = 1,
|
|
.base.cra_blocksize = 1,
|
|
.base.cra_ctxsize = sizeof(struct chacha20_ctx),
|
|
.base.cra_ctxsize = sizeof(struct chacha20_ctx),
|
|
- .base.cra_alignmask = 1,
|
|
|
|
.base.cra_module = THIS_MODULE,
|
|
.base.cra_module = THIS_MODULE,
|
|
|
|
|
|
.min_keysize = CHACHA20_KEY_SIZE,
|
|
.min_keysize = CHACHA20_KEY_SIZE,
|