aboutsummaryrefslogtreecommitdiffstats
path: root/encryptionalg_string.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-24 15:10:12 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-24 15:10:12 -0700
commitedd01c62855ff5d1b0ef50a1d9350718cb033c84 (patch)
tree24651fbc3774da158d36a19f8a532ed50828cf45 /encryptionalg_string.go
parent9a08b03b83ff28a26b0c20ccebc178df29cf7312 (diff)
downloadsym-edd01c62855ff5d1b0ef50a1d9350718cb033c84.tar.zst
Remove all metadata
Diffstat (limited to 'encryptionalg_string.go')
-rw-r--r--encryptionalg_string.go25
1 files changed, 0 insertions, 25 deletions
diff --git a/encryptionalg_string.go b/encryptionalg_string.go
deleted file mode 100644
index 9860f20..0000000
--- a/encryptionalg_string.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// Code generated by "stringer -type=encryptionAlg -linecomment"; DO NOT EDIT.
-
-package main
-
-import "strconv"
-
-func _() {
- // An "invalid array index" compiler error signifies that the constant values have changed.
- // Re-run the stringer command to generate them again.
- var x [1]struct{}
- _ = x[encryptionAlgInvalid-0]
- _ = x[encryptionAlgAES256_GCM-1]
-}
-
-const _encryptionAlg_name = "encryptionAlgInvalidAES-256-GCM"
-
-var _encryptionAlg_index = [...]uint8{0, 20, 31}
-
-func (i encryptionAlg) String() string {
- idx := int(i) - 0
- if i < 0 || idx >= len(_encryptionAlg_index)-1 {
- return "encryptionAlg(" + strconv.FormatInt(int64(i), 10) + ")"
- }
- return _encryptionAlg_name[_encryptionAlg_index[idx]:_encryptionAlg_index[idx+1]]
-}