Tweak security/sshblock version 1.0_1
[dports.git] / security / go.crypto / pkg-plist
1 %%GO_LIBDIR%%/%%GO_PKGNAME%%/bcrypt.a
2 %%GO_LIBDIR%%/%%GO_PKGNAME%%/blowfish.a
3 %%GO_LIBDIR%%/%%GO_PKGNAME%%/bn256.a
4 %%GO_LIBDIR%%/%%GO_PKGNAME%%/cast5.a
5 %%GO_LIBDIR%%/%%GO_PKGNAME%%/curve25519.a
6 %%GO_LIBDIR%%/%%GO_PKGNAME%%/hkdf.a
7 %%GO_LIBDIR%%/%%GO_PKGNAME%%/md4.a
8 %%GO_LIBDIR%%/%%GO_PKGNAME%%/nacl/box.a
9 %%GO_LIBDIR%%/%%GO_PKGNAME%%/nacl/secretbox.a
10 %%GO_LIBDIR%%/%%GO_PKGNAME%%/ocsp.a
11 %%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp.a
12 %%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp/armor.a
13 %%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp/elgamal.a
14 %%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp/errors.a
15 %%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp/packet.a
16 %%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp/s2k.a
17 %%GO_LIBDIR%%/%%GO_PKGNAME%%/otr.a
18 %%GO_LIBDIR%%/%%GO_PKGNAME%%/pbkdf2.a
19 %%GO_LIBDIR%%/%%GO_PKGNAME%%/poly1305.a
20 %%GO_LIBDIR%%/%%GO_PKGNAME%%/ripemd160.a
21 %%GO_LIBDIR%%/%%GO_PKGNAME%%/salsa20.a
22 %%GO_LIBDIR%%/%%GO_PKGNAME%%/salsa20/salsa.a
23 %%GO_LIBDIR%%/%%GO_PKGNAME%%/scrypt.a
24 %%GO_LIBDIR%%/%%GO_PKGNAME%%/sha3.a
25 %%GO_LIBDIR%%/%%GO_PKGNAME%%/ssh.a
26 %%GO_LIBDIR%%/%%GO_PKGNAME%%/twofish.a
27 %%GO_LIBDIR%%/%%GO_PKGNAME%%/xtea.a
28 %%GO_LIBDIR%%/%%GO_PKGNAME%%/xts.a
29 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt/base64.go
30 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt/bcrypt.go
31 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt/bcrypt_test.go
32 %%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish/block.go
33 %%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish/blowfish_test.go
34 %%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish/cipher.go
35 %%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish/const.go
36 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/bn256.go
37 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/bn256_test.go
38 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/constants.go
39 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/curve.go
40 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/example_test.go
41 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/gfp12.go
42 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/gfp2.go
43 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/gfp6.go
44 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/optate.go
45 %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/twist.go
46 %%GO_SRCDIR%%/%%GO_PKGNAME%%/cast5/cast5.go
47 %%GO_SRCDIR%%/%%GO_PKGNAME%%/cast5/cast5_test.go
48 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/const_amd64.s
49 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/cswap_amd64.s
50 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/curve25519.go
51 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/curve25519_test.go
52 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/doc.go
53 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/freeze_amd64.s
54 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/ladderstep_amd64.s
55 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/mont25519_amd64.go
56 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/mul_amd64.s
57 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/square_amd64.s
58 %%GO_SRCDIR%%/%%GO_PKGNAME%%/hkdf/example_test.go
59 %%GO_SRCDIR%%/%%GO_PKGNAME%%/hkdf/hkdf.go
60 %%GO_SRCDIR%%/%%GO_PKGNAME%%/hkdf/hkdf_test.go
61 %%GO_SRCDIR%%/%%GO_PKGNAME%%/md4/md4.go
62 %%GO_SRCDIR%%/%%GO_PKGNAME%%/md4/md4_test.go
63 %%GO_SRCDIR%%/%%GO_PKGNAME%%/md4/md4block.go
64 %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/box/box.go
65 %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/box/box_test.go
66 %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/secretbox/secretbox.go
67 %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/secretbox/secretbox_test.go
68 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ocsp/ocsp.go
69 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ocsp/ocsp_test.go
70 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/armor/armor.go
71 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/armor/armor_test.go
72 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/armor/encode.go
73 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/canonical_text.go
74 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/canonical_text_test.go
75 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/clearsign/clearsign.go
76 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/clearsign/clearsign_test.go
77 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/elgamal/elgamal.go
78 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/elgamal/elgamal_test.go
79 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/errors/errors.go
80 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/keys.go
81 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/keys_test.go
82 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/compressed.go
83 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/compressed_test.go
84 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/config.go
85 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/encrypted_key.go
86 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/encrypted_key_test.go
87 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/literal.go
88 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/ocfb.go
89 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/ocfb_test.go
90 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/one_pass_signature.go
91 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/opaque.go
92 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/opaque_test.go
93 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/packet.go
94 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/packet_test.go
95 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/private_key.go
96 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/private_key_test.go
97 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key.go
98 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key_test.go
99 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key_v3.go
100 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key_v3_test.go
101 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/reader.go
102 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature.go
103 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature_test.go
104 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature_v3.go
105 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature_v3_test.go
106 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetric_key_encrypted.go
107 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetric_key_encrypted_test.go
108 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetrically_encrypted.go
109 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetrically_encrypted_test.go
110 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userattribute.go
111 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userattribute_test.go
112 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userid.go
113 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userid_test.go
114 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/read.go
115 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/read_test.go
116 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/s2k/s2k.go
117 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/s2k/s2k_test.go
118 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/write.go
119 %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/write_test.go
120 %%GO_SRCDIR%%/%%GO_PKGNAME%%/otr/libotr_test_helper.c
121 %%GO_SRCDIR%%/%%GO_PKGNAME%%/otr/otr.go
122 %%GO_SRCDIR%%/%%GO_PKGNAME%%/otr/otr_test.go
123 %%GO_SRCDIR%%/%%GO_PKGNAME%%/otr/smp.go
124 %%GO_SRCDIR%%/%%GO_PKGNAME%%/pbkdf2/pbkdf2.go
125 %%GO_SRCDIR%%/%%GO_PKGNAME%%/pbkdf2/pbkdf2_test.go
126 %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/const_amd64.s
127 %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/poly1305.go
128 %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/poly1305_amd64.s
129 %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/poly1305_test.go
130 %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/sum_amd64.go
131 %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/sum_ref.go
132 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ripemd160/ripemd160.go
133 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ripemd160/ripemd160_test.go
134 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ripemd160/ripemd160block.go
135 %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/hsalsa20.go
136 %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/salsa2020_amd64.s
137 %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/salsa208.go
138 %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/salsa20_amd64.go
139 %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/salsa20_ref.go
140 %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa/salsa_test.go
141 %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa20.go
142 %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa20_test.go
143 %%GO_SRCDIR%%/%%GO_PKGNAME%%/scrypt/scrypt.go
144 %%GO_SRCDIR%%/%%GO_PKGNAME%%/scrypt/scrypt_test.go
145 %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/keccakf.go
146 %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/sha3.go
147 %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/sha3_test.go
148 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/client.go
149 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/client_test.go
150 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/forward.go
151 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/keyring.go
152 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/server.go
153 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/server_test.go
154 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/testdata_test.go
155 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/benchmark_test.go
156 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/buffer.go
157 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/buffer_test.go
158 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/certs.go
159 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/certs_test.go
160 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/channel.go
161 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/cipher.go
162 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/cipher_test.go
163 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client.go
164 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client_auth.go
165 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client_auth_test.go
166 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client_test.go
167 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/common.go
168 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/connection.go
169 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/doc.go
170 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/example_test.go
171 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/handshake.go
172 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/handshake_test.go
173 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/kex.go
174 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/kex_test.go
175 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/keys.go
176 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/keys_test.go
177 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mac.go
178 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mempipe_test.go
179 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/messages.go
180 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/messages_test.go
181 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mux.go
182 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mux_test.go
183 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/server.go
184 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/session.go
185 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/session_test.go
186 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/tcpip.go
187 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/tcpip_test.go
188 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/terminal.go
189 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/terminal_test.go
190 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util.go
191 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util_bsd.go
192 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util_linux.go
193 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util_windows.go
194 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/agent_unix_test.go
195 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/cert_test.go
196 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/doc.go
197 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/forward_unix_test.go
198 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/session_test.go
199 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/tcpip_test.go
200 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/test_unix_test.go
201 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/testdata_test.go
202 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/testdata/doc.go
203 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/testdata/keys.go
204 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/testdata_test.go
205 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/transport.go
206 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/transport_test.go
207 %%GO_SRCDIR%%/%%GO_PKGNAME%%/twofish/twofish.go
208 %%GO_SRCDIR%%/%%GO_PKGNAME%%/twofish/twofish_test.go
209 %%GO_SRCDIR%%/%%GO_PKGNAME%%/xtea/block.go
210 %%GO_SRCDIR%%/%%GO_PKGNAME%%/xtea/cipher.go
211 %%GO_SRCDIR%%/%%GO_PKGNAME%%/xtea/xtea_test.go
212 %%GO_SRCDIR%%/%%GO_PKGNAME%%/xts/xts.go
213 %%GO_SRCDIR%%/%%GO_PKGNAME%%/xts/xts_test.go
214 @dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/nacl
215 @dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp
216 @dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/salsa20
217 @dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%
218 @dirrmtry %%GO_LIBDIR%%/code.google.com/p
219 @dirrmtry %%GO_LIBDIR%%/code.google.com
220 @dirrmtry %%GO_LIBDIR%%
221 @dirrmtry share/go/pkg
222 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt
223 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish
224 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256
225 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/cast5
226 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519
227 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/hkdf
228 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/md4
229 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/box
230 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/secretbox
231 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl
232 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ocsp
233 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/armor
234 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/clearsign
235 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/elgamal
236 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/errors
237 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet
238 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/s2k
239 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp
240 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/otr
241 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/pbkdf2
242 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305
243 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ripemd160
244 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa
245 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20
246 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/scrypt
247 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3
248 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent
249 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal
250 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test
251 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/testdata
252 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh
253 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/twofish
254 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/xtea
255 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/xts
256 @dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%
257 @dirrmtry %%GO_SRCDIR%%/code.google.com/p
258 @dirrmtry %%GO_SRCDIR%%/code.google.com
259 @dirrmtry %%GO_SRCDIR%%
260 @dirrmtry share/go