Skip to content

Commit 2e7ae11

Browse files
Yes, its another deployment action test for funsies (#107)
1 parent 219f61c commit 2e7ae11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/Public/Get-SHA256.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ This example calculates the SHA256 hash of a string.
1717
1818
.NOTES
1919
The function creates a new SHA256CryptoServiceProvider object, converts the string to a byte array using UTF8 encoding, computes the SHA256 hash of the byte array, converts the hash to a string and removes any hyphens, and returns the resulting hash.
20-
#>
20+
#>
2121

22-
# This function calculates the SHA256 hash of a string.
2322
# Create a new SHA256CryptoServiceProvider object.
2423
$sha256 = New-Object System.Security.Cryptography.SHA256CryptoServiceProvider
2524

0 commit comments

Comments
 (0)