about summary refs log tree commit diff stats
path: root/src/server/forkserver.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-04-02 17:09:15 +0200
committerbptato <nincsnevem662@gmail.com>2024-04-02 17:19:47 +0200
commit481894279a86064ddfb1afddeae944f2e4bffb77 (patch)
tree6d5145e9819411c79bb9c8a4b7f196f8f5e855b3 /src/server/forkserver.nim
parentdacba5fde35f07c86175db2e5ca22b6992681037 (diff)
downloadchawan-481894279a86064ddfb1afddeae944f2e4bffb77.tar.gz
loader: constant time key comparison
GCC seems to generate something that strongly resembles a constant time
comparison, so I guess this should be good enough.
Diffstat (limited to 'src/server/forkserver.nim')
0 files changed, 0 insertions, 0 deletions
1 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 172