aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/commoncrypto/common_digest.py
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2016-04-09 22:04:12 +0800
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-04-09 10:04:12 -0400
commit7e6afe8be14807c75fcc934a89aab8f1d94c52c4 (patch)
tree442e2f0ad6505a9a4f70059e8dac0b81e7dbdd86 /src/_cffi_src/commoncrypto/common_digest.py
parent97511e5b8d8169096b48ff73ecce7d973129cf87 (diff)
downloadcryptography-7e6afe8be14807c75fcc934a89aab8f1d94c52c4.tar.gz
cryptography-7e6afe8be14807c75fcc934a89aab8f1d94c52c4.tar.bz2
cryptography-7e6afe8be14807c75fcc934a89aab8f1d94c52c4.zip
Add vectors for unkeyed blake2s and blake2b. (#2867)
* Add vectors for unkeyed blake2s and blake2b. * Add short note describing source of vectors. * Add link to OpenSSL repository. * Amend docs.
Diffstat (limited to 'src/_cffi_src/commoncrypto/common_digest.py')
0 files changed, 0 insertions, 0 deletions
40 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 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219