wulfraem

Results 3 issues of wulfraem

# Description of change Adds support for relative references in `CoreDocument` for `OrderedSet` fields: - `authentication` - `assertion_method` - `key_agreement` - `capability_delegation` - `capability_invocation` Added a new enum variant `MethodRef::RelativeRefer`,...

Added
Rust

# Description of change Running `cargo audit` in [identity.rs](https://github.com/iotaledger/identity.rs) currently producing errors due to vulnerabilities in the current `curve25519-dalek` version: ```raw Crate: curve25519-dalek Version: 3.2.0 Title: Timing variability in `curve25519-dalek`'s...

## Description We have some class functions marked with `#[wasm_bindgen]` without any attributes. Those can be removed as long as the impl itself already has a wasm_bindgen macro, e.g. `#[wasm_bindgen(js_class...