1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 10:00:04 +01:00
lightning-bolts/.aspell.en.pws

394 lines
3.4 KiB
Plaintext
Raw Normal View History

2017-11-14 04:18:09 +01:00
personal_ws-1.1 en 264
bitfields
checksums
timestamps
tlv
2019-07-22 19:00:30 +02:00
tlvs
subtype
TLV
py
vsprintf
glibc
JSON
Freenode
nacks
secp
sig
unguessable
libsecp
TCP
DER
micropayments
nhops
retransmitted
dev
tradeoff
mixHeader
uint
hopsData
bitfield
B'th
decrypting
rhokey
rhoKey
buf
millisatoshis
yToX
funder's
IRATEMONK
wpkh
nextHmac
basepoint
streamKey
localpubkey
paymentPath
SPV
HopData
CSV
xFFFFFFFFFF
plaintext
EQUALVERIFY
AEAD
secretkey
TripleDH
addr
CHECKMULTISIG
decryptWithAD
routable
epk
scriptpubkey
mukey
muKey
sharedSecretSize
DUP
sharedSecrets
xFFFFFFFFFFFF
cryptographic
generateSharedSecret
instantiations
deterministically
deduplication
FIPS
responder
UTF
blockchain
Blockstream
nSequence
decrypt
flen
incrementing
feerate
affine
CHECKSEQUENCEVERIFY
nonces
iff
serializeCompressed
prepended
roasbeef
multisig
nodepk
remotesig
hopBlindingFactors
ECDH
addrlen
assocData
ActOne
ammag
computeBlindingFactor
wsh
multiScalarMult
onionpacket
OnionPacket
ikm
fillerSize
txinput
init
reconnection
milli
revocationsig
NOTIF
generateHeaderPadding
IPv
ipv
satoshi
delayedsig
hopDataSize
I'th
segwit
htlc
htlcs
ChaCha
len
ciphertext
endian
C'mon
NewOnionPacket
keypair
preimage
MiTM
mempool
cltv
localfeatures
iteratively
PrivateKey
br
millisatoshi
trustless
ee
eg
hopSize
retransmit
retransmittal
deobfuscating
onchain
BADONION
rightShift
protocolName
hopEphemeralPubKeys
txid
Fn
PublicKey
encryptWithAD
liveness
ie
shakin
txin
globalfeatures
calcMac
privkey
overpayment
hopSharedSecrets
TimeLocked
timelocked
lc
btcec
localsig
responder's
ripemd
md
ENDIF
blockchains
cleartext
streamBytes
WISTFULTOLL
locktime
xFFF
localprivkey
deserialized
pubkey
PubKey
ok
Retransmissions
numHops
failuremsg
fundee
byteslen
shortid
se
rk
micropayment
rn
testbit
unparsable
sk
RoutingInfo
funder
Counterintuitively
decrypts
sn
generateFiller
unrevoked
ss
that'd
ack
deobfuscated
gflen
satoshis
instantiation
HeaderMAC
blindGroupElement
tx
pubkeys
CHECKLOCKTIMEVERIFY
2017-07-11 12:32:59 +02:00
CLTV
CLTVs
generateCipherStream
XK
lflen
deobfuscates
generateKey
alice
revocationprivkey
PKH
remotepubkey
HKDF
ooo
repo
num
numStreamBytes
txout
HTLCs
2017-11-14 04:18:09 +01:00
HTLC's
retransmission
decrypted
sessionKey
sessionkey
routingInfoSize
hostname
rgb
ciphertexts
wscript
CHECKSIG
pre
numMaxHops
HMACs
hmac
BIP
hmacSize
ratelimit
talkin
revocationpubkey
msat
func
unencrypted
coinbase
priv
sha
TODO
ChaChaPoly
delayedpubkey
Diffie
IETF
xFFFFFFFFFFF
FIXME
EphemeralKey
bitcoin
Bitcoin
smartphone
other's
remote's
multi
bitcoin's
IP
aa
df
versa
timestamp
metadata
Bitcoin's
Versioning
2017-05-16 13:43:12 +02:00
checksum
expiries
bech
Bech
nano
pico
mainnet
testnet
icecream
swiss
lollypop
UTC
inline
fundee's
2017-07-11 12:32:59 +02:00
BOLTs
DNS
subdomain
subdomains
wildcard
tuple
tuples
resolvers
hostnames
prepending
A
AAAA
SRV
TTL
URI
cli
paymentkey
htlcpubkey
remotehtlcsig
localhtlcsig
basepoints
2017-11-28 00:01:19 +01:00
Bitcoins
2017-12-19 02:16:26 +01:00
bitcoins
2017-12-04 02:26:32 +01:00
deobfuscate
offerer
offerer's
incentivize
2017-12-19 07:41:19 +01:00
redemptions
vbytes
2018-01-13 18:15:25 +01:00
BTC
USD
XSS
SQL
DOM
Javascript
javascript
Implementers
sanitization
ek
reblind
ephemeralKey
ephemeralPrivKey
ephemeralPubKey
ecdhResult
scalarMult
blindingFactor
Mul
unlinkable
regtest
ratelimiting
zlib
ZLIB
APIs
duplicative
CRC
DoS
ECDSA
2019-04-30 04:35:56 +02:00
TLV
2019-06-06 21:39:48 +02:00
tlv
2019-04-30 04:35:56 +02:00
namespace
verifier
verifiers
EOF
monotonicity
optimizations
structs
CompactSize
encodings
remotekey
bigsize
BigSize
namespaces
tlvs
2019-06-06 21:39:48 +02:00
fips
rfc
multipath
mpp
2019-06-06 21:39:48 +02:00
tlvs
snprintf
GitHub
IRC
BOLT 9: flatten feature fields. We simply specify, in each case, where they will appear ("Context"). Because `globalfeatures` is already in use, we fold that into the renamed `localfeatures` field to unify them (now called `features`), but dissuade further use. Note also: we REQUIRE minimal `features` field in channel_announcement, since otherwise both sides of channel will not agree and not be able to create their signatures! Consider these theoretical future features: `opt_dlog_chan`: a new channel type which uses a new discrete log HTLC type, but can't support traditional HTLC: * `init`: presents as odd (optional) or even (if traditional channels not supported) * `node_announcement`: the same as above, so you can seek suitable peers. * `channel_announcement`: presents as even (compulsory), since users need to use the new HTLCs. `opt_wumbochan`: a node which allows channels > 2^24 satoshis: * `init`: presents as odd (optional), or maybe even (if you only want giant channels) * `node_announcement`: the same as above, so you can seek suitable peers. * `channel_announcement`: not present, since size of channel indicates capacity. `opt_wumbohtlc`: a channel which allows HTLCs > 2^32 millisatoshis: * `init`: presents as odd (optional), or even (compulsory) * `node_announcement`: the same as above, so you can seek suitable peers. * `channel_announcement`: odd (optional) since you can use the channel without understanding what this option means. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Co-Authored-By: Bastien Teinturier <31281497+t-bast@users.noreply.github.com>
2019-09-17 07:21:17 +02:00
bitmasks
CSPRNG
lexicographically
MINIMALIF
SIGHASH
sighash
ANYONECANPAY
cpfp
utxo
txes
csv
CHECKSIGVERIFY
IFDUP
sats
anysegwit
griefing
unspendable
pkh
kB