Help for this page

Select Code to Download


  1. or download this
    my $string = priv_key($DH_private);
    
  2. or download this
    my $string = Crypt::DH::GMP::priv_key($DH_private);
    
  3. or download this
    char *
    PerlCryptDHGMP_priv_key( PerlCryptDHGMP *dh )
    {
        return PerlCryptDHGMP_mpz2sv_str(PerlCryptDHGMP_PRIVKEY_PTR(dh), 1
    +0, NULL);
    }