Skip to content

Commit

Permalink
Update xor.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
max-crawford authored Jan 17, 2025
1 parent 1f230b8 commit 9d0dff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/stacks/clarity/functions/xor.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: xor
description: Performing a bitwise exclusive OR operation in Clarity smart contracts.
description: Perform a bitwise exclusive OR operation in Clarity smart contracts.
---

## Function Signature
Expand Down Expand Up @@ -75,4 +75,4 @@ This example demonstrates:

## Conclusion

The `xor` function is a powerful tool for performing bitwise exclusive OR operations in Clarity smart contracts. It allows developers to implement cryptographic functions, conditional logic, and simple encryption mechanisms, enhancing the security and functionality of their smart contracts. When used effectively, `xor` simplifies the process of handling bitwise operations and ensures robust contract behavior.
The `xor` function is a powerful tool for performing bitwise exclusive OR operations in Clarity smart contracts. It allows you to implement cryptographic functions, conditional logic, and simple encryption mechanisms, enhancing the security and functionality of your smart contracts. When used effectively, `xor` simplifies the process of handling bitwise operations and ensures robust contract behavior.

0 comments on commit 9d0dff0

Please sign in to comment.