summary refs log tree commit diff stats
path: root/lib/std/sha1.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-11-16 14:36:14 +0800
committerGitHub <noreply@github.com>2022-11-16 07:36:14 +0100
commit3d692d08f74e41588fa157b006e882f142bd77d4 (patch)
treeef3a51297b1ae323d37a85ffcd95d594874f4c50 /lib/std/sha1.nim
parent4a3be7e29eb25b04a5542e7b92605c5ee24620bb (diff)
downloadNim-3d692d08f74e41588fa157b006e882f142bd77d4.tar.gz
fixes a long-standing ARC bug (#20849)
* fixes an ARC bug

* add a testcase
Diffstat (limited to 'lib/std/sha1.nim')
0 files changed, 0 insertions, 0 deletions
106' href='#n106'>106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171