Table 3 Time and space complexity of the proposed encryption and decryption process.
Process | Time Complexity | Space Complexity |
---|---|---|
Encryption | \(O(n^2)\) | \(O(n^2)\) |
Decryption | \(O(n^2)\) | \(O(n^2)\) |
Process | Time Complexity | Space Complexity |
---|---|---|
Encryption | \(O(n^2)\) | \(O(n^2)\) |
Decryption | \(O(n^2)\) | \(O(n^2)\) |