Skip to content
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ matrix:
mode: none
add-filter:
- url
camel-case: true # accept CamelCase words
run-together: true
dictionary:
wordlists:
- .wordlist.txt
pipeline:
- pyspelling.filters.markdown
- pyspelling.filters.html:
comments: false
- pyspelling.filters.text
- pyspelling.filters.markdown:
markdown_extensions:
- markdown.extensions.extra
- pyspelling.filters.html:
comments: false
attributes:
- title
- alt
ignores:
- code
default_encoding: utf-8
suggest: true
28 changes: 28 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,50 @@
AEAD
ALLOC
ciphertext
creativecommons
cryptographic
cryptographically
danielkaiser
decrypt
decrypted
dh
DHT
Diffie
DoS
github
GITHUB
gossipsub
GossipSub
Groupchats
Hellman
HKDF
https
iana
IANA
implementers
KDF
KiB
lamport
libp2p
md
nonces
observability
protobuf
publickey
pubsub
retransmission
Retransmission
rfc
RFC
Scalable
SDS
SHA
SHARDING
subnets
TCP
uint
uint32
Unencrypted
Waku
WAKU
www
Expand Down
Loading
Loading