I have an excellent non-answer for you: It's going to be difficult to determine if Bitcoin's techniques are truly unique. (that's the tl;dr version - read on for more potentially pointless pontification)
It's more specialized than even "Computer Science" - it's cryptography. Bitcoin is more likely using interesting combinations of existing techniques. (OK, technically, just about everything is a interesting combination of existing techniques. Take digital signatures as an example; you take an asymmetric key pair, and a message digest algorithm, apply the private key to the digest and poof we call that a digital signature. Was a "digital signature" the first of its kind? Perhaps, but only because of asymmetric cryptography did it come to exist.)
The field of cryptography is awash in absurd amounts of academic research on esoteric protocols to solve all kinds of problems we "normals" just don't think about everyday. My advice is to start reading books on cryptographic techniques. You'll probably find an author with a slight variation on the protocol you're interested in, but he gave it a completely different name.
IANAL, but I'd bet that if the Bitcoin creators were interested in the patentability of what they created, and they had money to hire a patent lawyer, the USPTO would almost certainly classify it as unique enough to issue a patent. That would legally classify the technology as a "unique invention."
EDIT: Two links to get you thinking in the right direction (may or may not be directly applicable to Bitcoin):
Cipher-block chaining
Hash Chain