From 770af9bdd47942169ef9345c34f5407da50e335a Mon Sep 17 00:00:00 2001 From: Sasindu Alahakoon Date: Wed, 18 Sep 2024 16:51:15 +0530 Subject: [PATCH] Add binary data bbe for security --- examples/security-crypto/security_crypto.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/security-crypto/security_crypto.md b/examples/security-crypto/security_crypto.md index d4439c7231..6d4d27c202 100644 --- a/examples/security-crypto/security_crypto.md +++ b/examples/security-crypto/security_crypto.md @@ -10,4 +10,7 @@ For more information on the underlying module, see the [`crypto` module](https:/ Run the program by executing the command below. -::: out security_crypto.out ::: \ No newline at end of file +::: out security_crypto.out ::: + +## Related links +- [Binary data](/learn/by-example/binary-data/)