Wolf McNally
Wolf McNally
I've asked @shannona to look this over, as he's primarily responsible for SeedTool's documentation.
This is due to a known issue with the SwiftUI TextEditor view. https://stackoverflow.com/a/63489512/2413963 I have submitted a bug to Apple for this. There might be a hacky workaround, but I...
This does not appear to be fixed in the first beta release of iOS 15.
This should probably be generalized to allowing the user to save a set of pre-defined paths they wish to use, and choose any of the built-in or pre-defined paths as...
Is this a requirement for the MVP?
I'd like to focus on things that are definitely part of the MVP right now. I've tagged this "enhancement."
Thank you everyone for your kind reception of my presentation on `crypto-envelope`. I hope you'll take a moment to respond to this small request: Now that we've opened the conversation...
Since the last CSR meeting I have separated the dependencies necessary for supporting all the `crypto-envelope` functionality into its own new Swift package: [BCSwiftSecureComponents](https://github.com/BlockchainCommons/BCSwiftSecureComponents). This includes many fundamental types, including...
Another new deliverable in the SecureComponents package is [a set of test vectors for `crypto-envelope`](https://github.com/BlockchainCommons/BCSwiftSecureComponents/blob/master/Docs/7-ENVELOPE-TEST-VECTORS.md). Previously I did a set of [test vectors specifically for `crypto-envelope` using SSKR](https://github.com/BlockchainCommons/BCSwiftSecureComponents/blob/master/Docs/8-ENVELOPE-SSKR-TEST-VECTORS.md) as the...
The thing I'm working on right now is a proposal for a command-line tool `envelope` which, like our other command-line tools `seedtool` and `keytool`, demonstrates, exercises, and facilitates the use...