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