>From "Adam Langley" <[EMAIL PROTECTED]> >> You mention later that meta data keys are not encrypted. Are they plaintext? > >Yes, metadata keys would have to be (unless someone has a pretty >interresting idea) > > >AGL > You could get substring matching by hashing every length n substring of your searchable data, and inserting that, then searching against "all of {length n substrings of search key}"... The effective hash size for reasonable values of n is pretty small, though, unless somebody has some crazy math that could combine all the substring hashes into one big number to search against... (Maybe multiply all the hashes together, and see if PI(all hashes)/PI(search hashes) is an integer?) -- Benjamin Coates _______________________________________________ Devl mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo/devl
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... David McNab
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... coderman
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... coderman
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... Adam Langley
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... Stefan Reich
- Re: [freenet-devl] Freenet - The Next Generation : Fu... Adam Langley
- Re: [freenet-devl] Freenet - The Next Generation : Fu... Oskar Sandberg
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... Benjamin Coates
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... Ian Clarke
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... Ian Clarke
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... Ian Clarke
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... Tavin Cole
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... Ian Clarke
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... Tavin Cole
- Re: [freenet-devl] Freenet - The Next Generation : Fuzzy S... Oskar Sandberg