this->privkey = ntru_private_key_create(this->drbg, this->param_set);
if (!this->privkey)
{
- DBG1(DBG_LIB, "NTRU keypair generation failed");
+ DBG1(DBG_LIB, "NTRU key pair generation failed");
return FALSE;
}
this->pubkey = this->privkey->get_public_key(this->privkey);
}
/**
- * Returns a compatible plugin feature for the given depencency
+ * Returns a compatible plugin feature for the given dependency
*/
static bool find_compatible_feature(private_plugin_loader_t *this,
plugin_feature_t *dependency)
};
/**
- * Perform a signature verification "good" test having a keypair
+ * Perform a signature verification "good" test having a key pair
*/
static void test_good_sig(private_key_t *privkey, public_key_t *pubkey)
{
};
/**
- * Perform a signature verification "good" test having a keypair
+ * Perform a signature verification "good" test having a key pair
*/
static void test_good_sig(private_key_t *privkey, public_key_t *pubkey)
{