#!/bin/bash source util/travis_utils.sh source util/travis_push.sh if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip docs]"* ]] ; then if git diff --name-only ${TRAVIS_COMMIT_RANGE} | grep -e '^quantum/' -e '^tmk_core/' -e '^docs/internals_.*'; then echo "Generating internal docs..." rm -rf doxygen doxygen Doxyfile moxygen -q -a -g -o docs/internals_%s.md doxygen/xml git add docs/internals_* git commit -m'autogenerated internal docs for ${TRAVIS_COMMIT_RANGE}' || true fi fi itory'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wycheproof/test_chacha20poly1305.py
blob: deef5a0a7dfeca52cf70a8ce41f6b0d70dc15948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47