public X448PrivateKeyParameters(SecureRandom random)
     : base(true)
 {
     X448.GeneratePrivateKey(random, data);
 }