瀏覽代碼

Rename aes256_keyexp based on #279

master
Douglas Stebila 4 年之前
父節點
當前提交
9944e6a81d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      common/nistseedexpander.c

+ 1
- 1
common/nistseedexpander.c 查看文件

@@ -45,7 +45,7 @@ seedexpander_init(AES_XOF_struct *ctx,

static void AES256_ECB(uint8_t *key, uint8_t *ctr, uint8_t *buffer) {
aes256ctx ctx;
aes256_keyexp(&ctx, key);
aes256_ecb_keyexp(&ctx, key);
aes256_ecb(buffer, ctr, 1, &ctx);
aes256_ctx_release(&ctx);
}


Loading…
取消
儲存