commit 4ff93b8792cce052f384e7177be53be5706fa12d Author: Roger Dingledine arma@torproject.org Date: Wed Aug 22 22:39:38 2018 -0400
add nsf funder acknowledgement to two proposals --- proposals/247-hs-guard-discovery.txt | 3 +++ proposals/292-mesh-vanguards.txt | 6 ++++++ 2 files changed, 9 insertions(+)
diff --git a/proposals/247-hs-guard-discovery.txt b/proposals/247-hs-guard-discovery.txt index c3a97b0..a41e025 100644 --- a/proposals/247-hs-guard-discovery.txt +++ b/proposals/247-hs-guard-discovery.txt @@ -683,6 +683,9 @@ XXX: Re-use Prop#259 here. Thanks to Aaron Johnson, John Brooks, Mike Perry and everyone else who helped with this idea.
+ This research was supported in part by NSF grants CNS-1111539, + CNS-1314637, CNS-1526306, CNS-1619454, and CNS-1640548. +
Appendix A: Full Python program for generating tables in this proposal
diff --git a/proposals/292-mesh-vanguards.txt b/proposals/292-mesh-vanguards.txt index 072531e..5341213 100644 --- a/proposals/292-mesh-vanguards.txt +++ b/proposals/292-mesh-vanguards.txt @@ -457,6 +457,12 @@ Supersedes: 247 https://github.com/mikeperry-tor/vanguards/blob/master/vanguards/vanguards.p...
+6. Acknowledgements + + This research was supported in part by NSF grants CNS-1111539, + CNS-1314637, CNS-1526306, CNS-1619454, and CNS-1640548. + + Appendix A: Full Python program for generating tables in this proposal
#!/usr/bin/python
tor-commits@lists.torproject.org