Variable KeyPair.secret

Secret key

struct KeyPair
{
  // ...
  SecretKey secret ;
  // ...
}