DBIGN
{.type = DBIGN,
if(key_type != DBIGN)
if(key_type != DBIGN){
return __bign_verify_update(ctx, chunk, chunklen, DBIGN);
return __bign_verify_finalize(ctx, DBIGN);
return __bign_init_pub_key(out_pub, in_priv, DBIGN);
ret = __bign_sign_init(ctx, DBIGN);
ret = __bign_sign_update(ctx, chunk, chunklen, DBIGN);
ret = __bign_sign_finalize(ctx, sig, siglen, DBIGN);
return __bign_verify_init(ctx, sig, siglen, DBIGN);
.sig_type = DBIGN,
.sig_type = DBIGN,
.sig_type = DBIGN,
.sig_type = DBIGN,
.sig_type = DBIGN,
.sig_type = DBIGN,
.sig_type = DBIGN,
if(sig->type == DBIGN)
if((sig->type == BIGN) || (sig->type == DBIGN))
if(sig->type == DBIGN)
if((sig->type == BIGN) || (sig->type == DBIGN))