Copyright | (c) Leo D 2023 |
---|---|
License | BSD-3-Clause |
Maintainer | leo@apotheca.io |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
botan_privkey_ed25519_get_privkey Source #
:: BotanPrivKey | key |
-> Ptr Word8 | output[64] |
-> IO CInt |
botan_pubkey_ed25519_get_pubkey Source #
:: BotanPubKey | key |
-> Ptr Word8 | pubkey[32] |
-> IO CInt |